BurntSushi / aho-corasickLinks
A fast implementation of Aho-Corasick in Rust.
☆1,141Updated last year
Alternatives and similar repositories for aho-corasick
Users that are interested in aho-corasick are comparing it to the libraries listed below
Sorting:
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,240Updated 3 months ago
- Optimized string search routines for Rust.☆1,212Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,178Updated 2 weeks ago
- Compile time static maps for Rust☆2,017Updated last month
- A better compressed bitset in Rust☆844Updated 2 weeks ago
- Rust port of Google's SwissTable hash map☆2,766Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,532Updated last week
- Represent large sets and maps compactly with finite state transducers.☆1,960Updated last year
- Rust port of simdjson☆1,313Updated 3 weeks ago
- DEFLATE, gzip, and zlib bindings for Rust☆1,043Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆984Updated last month
- A crate for managing memory bit by bit☆1,335Updated last year
- A fast bump allocation arena for Rust☆1,891Updated 3 months ago
- Slab allocator for Rust☆842Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- Grapheme Cluster and Word boundaries according to UAX#29 rules☆629Updated 2 months ago
- A high level diffing library for rust based on diffs☆1,145Updated 7 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆881Updated 7 months ago
- Concurrency permutation testing tool for Rust.☆2,471Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,788Updated last week
- A Rust port of FlameGraph☆1,933Updated 2 months ago
- Rust cache structures and easy function memoization☆1,891Updated 2 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,022Updated 4 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆764Updated last month
- A Rust CPU profiler implemented with the help of backtrace-rs☆1,523Updated 2 months ago
- An implementation of a LRU cache☆740Updated 3 weeks ago
- A lock-free, read-optimized, concurrency primitive.☆2,026Updated last week
- Rust persistent data structures☆1,550Updated 5 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,092Updated last week
- Rust derive-based argument parsing optimized for code size☆1,844Updated 2 months ago