Shift-or string matching with super-alphabets
โ Scribed by Kimmo Fredriksson
- Book ID
- 104136984
- Publisher
- Elsevier Science
- Year
- 2003
- Tongue
- English
- Weight
- 75 KB
- Volume
- 87
- Category
- Article
- ISSN
- 0020-0190
No coin nor oath required. For personal study only.
โฆ Synopsis
Given a text T [1 . . . n] and a pattern P [1 . . . m] over some alphabet ฮฃ of size ฯ , we want to find all the (exact) occurrences of P in T . The well-known shift-or algorithm solves this problem in time O(n m/w ), where w is the number of bits in machine word, using bit-parallelism. We show how to extend the bit-parallelism in another direction, using super-alphabets. This gives a speed-up by a factor s, where s is the number of characters processed simultaneously. The algorithm is implemented, and we show that it works well in practice too. The result is the fastest known algorithm for exact string matching for short patterns and small alphabets.
๐ SIMILAR VOLUMES