Compressed pattern matching
Appearance
![]() | This article needs attention from an expert in Computer Science. Please add a reason or a talk parameter to this template to explain the issue with the article. |
In computer science Compressed Pattern Matching or CPM is the process of searching for pattern in a compressed file without decompression. Searching for a compressed string is faster than searching an uncompressed string and requires less space.
Approximate CPM
![]() | This section needs expansion. You can help by adding to it. |
Multi-Pattern CPM
![]() | This section needs expansion. You can help by adding to it. |
External Links
- Almost optimal fully LZW-compressed pattern matching
- A Dictionary-based Compressed Pattern Matching Algorithm
- A unifying framework for compressed pattern matching
- Speeding Up String Pattern Matching by Text Compression: The Dawn of a New Era
- Shift-and approach to pattern matching in LZW compressed text