BurntSushi / aho-corasickLinks
A fast implementation of Aho-Corasick in Rust.
☆1,177Updated 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:
- Optimized string search routines for Rust.☆1,340Updated 3 months ago
- A better compressed bitset in Rust☆887Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,275Updated last week
- Rust port of simdjson☆1,362Updated last month
- Represent large sets and maps compactly with finite state transducers.☆2,032Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,603Updated 3 weeks ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,301Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,022Updated 2 months ago
- Compile time static maps for Rust☆2,076Updated 3 months ago
- Rust port of Google's SwissTable hash map☆2,847Updated 3 weeks ago
- A fast bump allocation arena for Rust☆2,059Updated last week
- Heap profiling and ad hoc profiling for Rust programs.☆924Updated 10 months ago
- Rust persistent data structures☆1,656Updated 2 months ago
- Grapheme Cluster and Word boundaries according to UAX#29 rules☆645Updated last month
- Slab allocator for Rust☆866Updated 2 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,071Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,268Updated last year
- A crate for managing memory bit by bit☆1,362Updated last year
- DEFLATE, gzip, and zlib bindings for Rust☆1,066Updated this week
- A lock-free, read-optimized, concurrency primitive.☆2,066Updated 2 weeks ago
- Concurrency permutation testing tool for Rust.☆2,573Updated last week
- Support atomic operations on Arc itself☆1,229Updated 2 weeks ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆772Updated 5 months ago
- An intrusive flamegraph profiling tool for rust.☆729Updated last year
- A Rust port of FlameGraph☆2,017Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,831Updated this week
- An implementation of a LRU cache☆776Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,244Updated 3 weeks ago
- Portable Packed SIMD Vectors for Rust standard library☆634Updated last year
- A high level diffing library for rust based on diffs☆1,202Updated 11 months ago