BurntSushi / aho-corasickLinks
A fast implementation of Aho-Corasick in Rust.
☆1,171Updated 2 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.☆2,004Updated last year
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,297Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,260Updated 3 weeks ago
- Optimized string search routines for Rust.☆1,298Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,587Updated last week
- Rust port of simdjson☆1,350Updated 3 weeks ago
- A fast bump allocation arena for Rust☆2,024Updated last week
- A better compressed bitset in Rust☆879Updated 2 weeks ago
- Compile time static maps for Rust☆2,072Updated 2 months ago
- Rust port of Google's SwissTable hash map☆2,828Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆1,019Updated 2 months ago
- A crate for managing memory bit by bit☆1,362Updated last year
- Rust cache structures and easy function memoization☆1,935Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,820Updated 2 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆911Updated 10 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,047Updated 7 months ago
- A lock-free, read-optimized, concurrency primitive.☆2,062Updated 3 weeks ago
- DEFLATE, gzip, and zlib bindings for Rust☆1,063Updated this week
- Slab allocator for Rust☆861Updated last month
- A Rust CPU profiler implemented with the help of backtrace-rs☆1,570Updated 2 months ago
- Some more derive(Trait) options☆2,038Updated last week
- Rust persistent data structures☆1,644Updated last month
- Grapheme Cluster and Word boundaries according to UAX#29 rules☆640Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,217Updated last week
- A high level diffing library for rust based on diffs☆1,190Updated 10 months ago
- Concurrency permutation testing tool for Rust.☆2,556Updated 4 months ago
- Slotmap data structure for Rust☆1,265Updated 3 weeks ago
- An implementation of a LRU cache☆763Updated 2 months ago
- A high performance concurrent caching library for Rust☆2,292Updated this week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,259Updated last year