BurntSushi / aho-corasickLinks
A fast implementation of Aho-Corasick in Rust.
☆1,135Updated 11 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.☆1,949Updated 11 months ago
- Optimized string search routines for Rust.☆1,184Updated 2 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,222Updated 2 months ago
- Compile time static maps for Rust☆1,982Updated last week
- Rust port of simdjson☆1,298Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,157Updated last week
- A better compressed bitset in Rust☆829Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,525Updated last month
- Rust port of Google's SwissTable hash map☆2,728Updated last week
- A fast bump allocation arena for Rust☆1,860Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆971Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,322Updated last year
- DEFLATE, gzip, and zlib bindings for Rust☆1,037Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,237Updated last year
- An intrusive flamegraph profiling tool for rust.☆720Updated last year
- A high level diffing library for rust based on diffs☆1,136Updated 6 months ago
- Slab allocator for Rust☆832Updated 3 weeks ago
- Grapheme Cluster and Word boundaries according to UAX#29 rules☆620Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆871Updated 6 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,735Updated last week
- Portable Packed SIMD Vectors for Rust standard library☆629Updated last year
- Rust derive-based argument parsing optimized for code size☆1,841Updated last month
- Slotmap data structure for Rust☆1,228Updated last year
- Concurrency permutation testing tool for Rust.☆2,450Updated 3 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,014Updated 3 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,053Updated 11 months ago
- A lock-free, read-optimized, concurrency primitive.☆2,007Updated 3 weeks ago
- Rust persistent data structures☆1,531Updated 4 months ago
- An implementation of a LRU cache☆734Updated last month
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆761Updated 3 weeks ago