Skip to content
forked from jneem/wu-manber

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

License

Notifications You must be signed in to change notification settings

tvlfyi/wu-manber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%