High Concurrence Wu-Manber Multiple Patterns Matching Algorithm

Baojun Zhang,Xiaoping Chen,Xuezeng Pan,Zhaohui Wu
2009-01-01
Abstract:Short patterns affect the performance of Wu-Manber algorithm greatly. In order to solve this problem, an improved Wu-Manber algorithm is proposed. It divides all the patterns into, different sets according to their length. For each set, independent data structures are established and different process methods are used. Because there are few resources shared among these sets, high concurrence is obtained when doing pattern matching. Experimental results demonstrate that the improved algorithm represents a high performance than the original one.
What problem does this paper attempt to address?