A fast implementation of Aho-Corasick in Rust.
☆1,205Feb 27, 2026Updated last week
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.☆2,048Sep 25, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,047Feb 10, 2026Updated 3 weeks ago
- Optimized string search routines for Rust.☆1,381Feb 12, 2026Updated 3 weeks ago
- Rust port of Google's SwissTable hash map☆2,875Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated 2 months ago
- An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all in…☆3,913Feb 24, 2026Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,286Feb 21, 2026Updated 2 weeks ago
- Fast suffix arrays for Rust (with Unicode support).☆282Oct 10, 2023Updated 2 years ago
- A low level regular expression library that uses deterministic finite automata.☆353Jul 7, 2023Updated 2 years ago
- Compile time static maps for Rust☆2,107Mar 3, 2026Updated last week
- Tools for concurrent programming in Rust☆8,356Feb 22, 2026Updated 2 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,065May 24, 2025Updated 9 months ago
- A fast bump allocation arena for Rust☆2,127Feb 26, 2026Updated last week
- Rust library for walking directories recursively.☆1,486Dec 31, 2024Updated last year
- Automated property based testing for Rust (with shrinking).☆2,712Feb 10, 2026Updated 3 weeks ago
- A binary encoder / decoder implementation in Rust.☆3,074Aug 15, 2025Updated 6 months ago
- Support atomic operations on Arc itself☆1,270Mar 1, 2026Updated last week
- Statistics-driven benchmarking library for Rust☆5,431Nov 29, 2025Updated 3 months ago
- SIMD-accelerated UTF-8 validation for Rust.☆587Dec 21, 2025Updated 2 months ago
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,522Updated this week
- Rayon: A data parallelism library for Rust☆12,775Jan 6, 2026Updated 2 months ago
- Rust parser combinator framework☆10,328Aug 26, 2025Updated 6 months ago
- Zero-copy deserialization framework for Rust☆4,067Feb 28, 2026Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,097Feb 20, 2026Updated 2 weeks ago
- Graph data structure library for Rust.☆3,779Feb 21, 2026Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆852Oct 19, 2024Updated last year
- Zero-cost asynchronous programming in Rust☆5,823Feb 15, 2026Updated 3 weeks ago
- A lock-free, read-optimized, concurrency primitive.☆2,087Updated this week
- the champagne of beta embedded databases☆8,940Nov 4, 2025Updated 4 months ago
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,078Sep 25, 2024Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,624Feb 16, 2026Updated 3 weeks ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,776Feb 7, 2026Updated last month
- A safe and fast multi-producer, multi-consumer channel.☆2,896Dec 22, 2025Updated 2 months ago
- Flexible concrete Error type built on std::Error☆6,442Feb 20, 2026Updated 2 weeks ago
- async fn(Request) -> Result<Response, Error>☆4,101Feb 24, 2026Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Rust port of simdjson☆1,370Dec 5, 2025Updated 3 months ago