Jump to content

Compressed pattern matching

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rich Farmbrough (talk | contribs) at 04:07, 8 January 2011 (Tag Empty section or minor fixes, added wikify tag using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


In computer science Compressed Pattern Matching or CPM is the process of searching for pattern in compressed data with little or no decompression. Searching in a compressed string is faster than searching an uncompressed string and requires less space.

Approximate CPM

Multi-Pattern CPM

Aho-Corasick technique

Boyer-Moore technique

Bit parallel technique

References