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.
forked from jneem/wu-manber
-
Notifications
You must be signed in to change notification settings - Fork 1
A rust implementation of the Wu-Manber multi-string-search algorithm.
License
tvlfyi/wu-manber
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A rust implementation of the Wu-Manber multi-string-search algorithm.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Rust 100.0%