BurntSushi / aho-corasickView external linksLinks
A fast implementation of Aho-Corasick in Rust.
☆1,201Updated this 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,043Sep 25, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,035Feb 10, 2026Updated last week
- Optimized string search routines for Rust.☆1,370Feb 6, 2026Updated last week
- Rust port of Google's SwissTable hash map☆2,864Feb 5, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,292Jan 7, 2026Updated last month
- An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all in…☆3,897Feb 3, 2026Updated 2 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,273Dec 29, 2025Updated last month
- 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,100Feb 4, 2026Updated last week
- Tools for concurrent programming in Rust☆8,293Jan 23, 2026Updated 3 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,059May 24, 2025Updated 8 months ago
- A fast bump allocation arena for Rust☆2,096Jan 12, 2026Updated last month
- Rust library for walking directories recursively.☆1,479Dec 31, 2024Updated last year
- Automated property based testing for Rust (with shrinking).☆2,697Feb 10, 2026Updated last week
- A binary encoder / decoder implementation in Rust.☆3,077Aug 15, 2025Updated 6 months ago
- Support atomic operations on Arc itself☆1,256Updated this week
- Statistics-driven benchmarking library for Rust☆5,416Nov 29, 2025Updated 2 months ago
- SIMD-accelerated UTF-8 validation for Rust.☆582Dec 21, 2025Updated last month
- Rayon: A data parallelism library for Rust☆12,666Jan 6, 2026Updated last month
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,503Apr 29, 2025Updated 9 months ago
- Zero-copy deserialization framework for Rust☆4,014Feb 10, 2026Updated last week
- Rust parser combinator framework☆10,303Aug 26, 2025Updated 5 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,089Jan 12, 2026Updated last month
- Graph data structure library for Rust.☆3,759Updated this week
- A vector with a fixed capacity. (Rust)☆854Oct 19, 2024Updated last year
- Zero-cost asynchronous programming in Rust☆5,811Updated this week
- the champagne of beta embedded databases☆8,919Nov 4, 2025Updated 3 months ago
- A lock-free, read-optimized, concurrency primitive.☆2,076Feb 1, 2026Updated 2 weeks ago
- Concurrency permutation testing tool for Rust.☆2,600Jan 12, 2026Updated last month
- Module initialization/global constructor functions for Rust☆956Dec 4, 2025Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,613Updated this week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,759Feb 7, 2026Updated last week
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,076Sep 25, 2024Updated last year
- A safe and fast multi-producer, multi-consumer channel.☆2,878Dec 22, 2025Updated last month
- Flexible concrete Error type built on std::Error☆6,423Updated this week
- async fn(Request) -> Result<Response, Error>☆4,077Feb 9, 2026Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆645Nov 18, 2023Updated 2 years ago
- Rust port of simdjson☆1,366Dec 5, 2025Updated 2 months ago