tvlfyi / wu-manber

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Rust 100.0%