Traditional parallel single string matching algorithms are always based on PRAM computation model. Those algorithms concentrate on the cost optimal design and the theoretical speed. Based on the distributed string matching algorithm proposed by CHEN, a practical distributed string matching algorithm architecture is proposed in this paper. And also an improved single string matching algorithm based on a variant Boyer-Moore algorithm is presented. We implement our algorithm on the above architecture and the experiments prove that it is really practical and efficient on distributed memory machine. Its computation complexity is O(n/p + m), where n is the length of the text, and m is the length of the pattern, and p is the number of the processo...
In this paper, we present a simple algorithm for solving the multipattern matching problem, with opt...
Boyer Moore string matching algorithm is one of the famous algorithms used in string search algorith...
This paper presents an approximate string matching algorithm on the 1023-processor parallel computer...
Let WRAM [PRAM]be a parallel computer with p processors (RAMs) which share a common memory and are a...
Given a text of length n and a pattern of length m, we present a parallel linear algorithm for findi...
This paper proposes a generalized and practical parallel algorithm for flexible approximate string m...
Bit Parallelism exploits bit level parallelism in hardware to perform operations. Bit Parallelism is...
This thesis presents different string searching algorithms. The string searching or string matching ...
Abstract: Bit parallelism is an inherent property of computer to perform bitwise a parallel operatio...
. Given a pattern string of length m for the string matching problem, we design an algorithm that co...
The approximate string matching is useful in a wide area of applications such as biology. A practica...
Let WRAM [PRAM] be a parallel computer with p processors (RAM's) which share a common memory and are...
The pattern matching is the problem of locating one string, a pattern, inside another, a text, which...
Abstract- In this paper the applicability of the various strings matching algorithms are being descr...
We explore the benefits of parallelizing 7 state-of-the-art string matching algorithms. Using SIMD a...
In this paper, we present a simple algorithm for solving the multipattern matching problem, with opt...
Boyer Moore string matching algorithm is one of the famous algorithms used in string search algorith...
This paper presents an approximate string matching algorithm on the 1023-processor parallel computer...
Let WRAM [PRAM]be a parallel computer with p processors (RAMs) which share a common memory and are a...
Given a text of length n and a pattern of length m, we present a parallel linear algorithm for findi...
This paper proposes a generalized and practical parallel algorithm for flexible approximate string m...
Bit Parallelism exploits bit level parallelism in hardware to perform operations. Bit Parallelism is...
This thesis presents different string searching algorithms. The string searching or string matching ...
Abstract: Bit parallelism is an inherent property of computer to perform bitwise a parallel operatio...
. Given a pattern string of length m for the string matching problem, we design an algorithm that co...
The approximate string matching is useful in a wide area of applications such as biology. A practica...
Let WRAM [PRAM] be a parallel computer with p processors (RAM's) which share a common memory and are...
The pattern matching is the problem of locating one string, a pattern, inside another, a text, which...
Abstract- In this paper the applicability of the various strings matching algorithms are being descr...
We explore the benefits of parallelizing 7 state-of-the-art string matching algorithms. Using SIMD a...
In this paper, we present a simple algorithm for solving the multipattern matching problem, with opt...
Boyer Moore string matching algorithm is one of the famous algorithms used in string search algorith...
This paper presents an approximate string matching algorithm on the 1023-processor parallel computer...