/wu-manber

A rust implementation of the Wu-Manber multi-string-search algorithm.

Primary LanguageRustApache License 2.0Apache-2.0

wu-manber

A crate for fast multi-string searching (after an initial pre-processing step involving the strings to search for). This crate implements the Wu-Manber algorithm, which is particularly fast when all of the search strings are long. Otherwise, the Aho-Corasick crate may be faster.

Build status

Documentation