Recently the compressed pattern matching problem has attracted special concern, where the goal is to find a pattern in a compressed text without decompression. In previous work, we proposed an Aho-Corasick (AC) type algorithm for searching in text files compressed by the so-called byte pair encoding (BPE). The searching time is reduced at the same rate as the compression ratio compared with AC. In this paper, we show a Boyer-Moore (BM) type algorithm for pattern matching in BPE compressed files. Experimental results show that the algorithm runs about 1.5 ∼ 3.0 times faster than the exact match routines based on the BM algorithm in the software package Agrep, which is known as the fastest pattern matching tool
In this paper we address the problem of searching in LZW compressed text directly, and present a new...
Compressed pattern matching is an emerging research area that aims in searching patterns efficiently...
The classical pattern matching problem is to find all occurrences of patterns in a text. In many pra...
This paper explores two techniques for on-line exact pattern matching in files that have been compre...
This paper addresses the problem of speeding up string matching by text compression, and presents a ...
AbstractThe Boyer and Moore (BM) pattern matching algorithm is considered as one of the best, but it...
In this paper we present hardware algorithms and their software implementation to search a compresse...
This report investigates two approaches for online pattern-matching in files compressed with the Bur...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
A number of algorithms have recently been developed to search files compressed with the Burrows-Whee...
TR-COSC 07/01This paper provides a survey of techniques for pattern matching in compressed text and ...
Recently a number of algorithms have been developed to search files compressed with the Burrows-Whee...
Recently a number of algorithms have been developed to search files compressed with the Burrows-Whee...
Compressed pattern matching (CPM) refers to the task of locating all the occurrences of a pattern (o...
In this paper we address the problem of searching in LZW compressed text directly, and present a new...
Compressed pattern matching is an emerging research area that aims in searching patterns efficiently...
The classical pattern matching problem is to find all occurrences of patterns in a text. In many pra...
This paper explores two techniques for on-line exact pattern matching in files that have been compre...
This paper addresses the problem of speeding up string matching by text compression, and presents a ...
AbstractThe Boyer and Moore (BM) pattern matching algorithm is considered as one of the best, but it...
In this paper we present hardware algorithms and their software implementation to search a compresse...
This report investigates two approaches for online pattern-matching in files compressed with the Bur...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
Compressed pattern matching is an emerging research area that addresses the following problem: Given...
A number of algorithms have recently been developed to search files compressed with the Burrows-Whee...
TR-COSC 07/01This paper provides a survey of techniques for pattern matching in compressed text and ...
Recently a number of algorithms have been developed to search files compressed with the Burrows-Whee...
Recently a number of algorithms have been developed to search files compressed with the Burrows-Whee...
Compressed pattern matching (CPM) refers to the task of locating all the occurrences of a pattern (o...
In this paper we address the problem of searching in LZW compressed text directly, and present a new...
Compressed pattern matching is an emerging research area that aims in searching patterns efficiently...
The classical pattern matching problem is to find all occurrences of patterns in a text. In many pra...