Jump to content

Compressed pattern matching

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 13:09, 26 March 2009 (Date maintenance tags and general fixes). 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 a compressed file without 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