Parallelized Rabin-Karp method for exact string matching
暂无分享,去创建一个
Exact string matching refers to the search of each and any occurrences of a string in another string. Nowadays, this issue presents itself in various segments in a great deal, starting from standard routines for exact search, which routines are implemented into programs for text editing and processing, through databases and all the way to their various applications in other sciences. One of the sciences where, among other, this kind of search has been applied on a substantial level is biology, and especially in the segment concerning DNA chains. There are numerous different more or less efficient algorithms to solution of this problem. One of more efficient algorithms is Rabin-Karp algorithm, whose complexity is linear. This work provides us with one way to parallelize this algorithm for performance on multiprocessor systems.
[1] D. M. Hutton,et al. The Art of Multiprocessor Programming , 2008 .
[2] M S Waterman,et al. Identification of common molecular subsequences. , 1981, Journal of molecular biology.
[3] Cole Trapnell,et al. Fast Exact String Matching on the GPU , 2011 .
[4] S. Viswanadha Raju,et al. Optimal Parallel algorithm for String Matching on Mesh Network Structure , 2006 .