BurntSushi / aho-corasickLinks
A fast implementation of Aho-Corasick in Rust.
☆1,109Updated 8 months ago
Alternatives and similar repositories for aho-corasick
Users that are interested in aho-corasick are comparing it to the libraries listed below
Sorting:
- Represent large sets and maps compactly with finite state transducers.☆1,870Updated 8 months ago
- Compile time static maps for Rust☆1,929Updated 4 months ago
- Rust port of Google's SwissTable hash map☆2,644Updated this week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,473Updated this week
- Optimized string search routines for Rust.☆1,101Updated 2 months ago
- A better compressed bitset in Rust☆804Updated 3 weeks ago
- Rust port of simdjson