BurntSushi / aho-corasickLinks
A fast implementation of Aho-Corasick in Rust.
☆1,159Updated last month
Alternatives and similar repositories for aho-corasick
Users that are interested in aho-corasick are comparing it to the libraries listed below
Sorting:
- Optimized string search routines for Rust.☆1,270Updated 2 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,276Updated last week
- A better compressed bitset in Rust☆870Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,231Updated last week
- Represent large sets and maps compactly with finite state transducers.☆1,993Updated last year
- Rust port of simdjson☆1,343Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,568Updated last week
- Rust port of Google's SwissTable hash map☆2,809Updated last week
- Compile time static maps for Rust☆2,061Updated last month
- A fast bump allocation arena for Rust☆1,969Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,010Updated last month
- DEFLATE, gzip, and zlib bindings for Rust☆1,058Updated 3 weeks ago
- Grapheme Cluster and Word boundaries according to UAX#29 rules☆634Updated 4 months ago
- A crate for managing memory bit by bit☆1,359Updated last year
- Heap profiling and ad hoc profiling for Rust programs.☆897Updated 9 months ago
- A high level diffing library for rust based on diffs☆1,170Updated 9 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,812Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,251Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,045Updated 2 weeks ago
- Rust persistent data structures☆1,624Updated 2 weeks ago
- Concurrency permutation testing tool for Rust.☆2,534Updated 3 months ago
- Portable Packed SIMD Vectors for Rust standard library☆634Updated last year
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,176Updated last week
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆768Updated 3 months ago
- Rust cache structures and easy function memoization☆1,915Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,044Updated 6 months ago
- Slab allocator for Rust☆853Updated 3 weeks ago
- An implementation of a LRU cache☆761Updated last month
- A Rust CPU profiler implemented with the help of backtrace-rs☆1,554Updated last month
- A safe and fast multi-producer, multi-consumer channel.☆2,784Updated 2 months ago