BurntSushi / aho-corasickLinks
A fast implementation of Aho-Corasick in Rust.
☆1,114Updated 9 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:
- Rust port of simdjson☆1,269Updated last month
- Compile time static maps for Rust☆1,947Updated this week
- Rust port of Google's SwissTable hash map☆2,667Updated 2 weeks ago
- A fast bump allocation arena for Rust☆1,782Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,484Updated 3 weeks ago
- Optimized string search routines for Rust.☆1,139Updated 2 weeks ago
- Grapheme Cluster and Word boundaries according to UAX#29 rules☆609Updated 9 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,195Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,059Updated last week
- Represent large sets and maps compactly with finite state transducers.☆1,875Updated 9 months ago
- A lock-free, read-optimized, concurrency primitive.☆2,002Updated 11 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,230Updated last year
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,007Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆949Updated 2 months ago
- A crate for managing memory bit by bit☆1,312Updated 10 months ago
- An intrusive flamegraph profiling tool for rust.☆717Updated last year
- Structured, contextual, extensible, composable logging for Rust☆1,644Updated 9 months ago
- A Rust port of FlameGraph☆1,850Updated last week
- A better compressed bitset in Rust☆810Updated last week
- A binary encoder / decoder implementation in Rust.☆3,034Updated this week
- Concurrency permutation testing tool for Rust.☆2,392Updated 2 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,491Updated last week
- A multiprocess drop-in replacement for Rust channels☆977Updated 2 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆2,943Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,653Updated 3 weeks ago
- A safe and fast multi-producer, multi-consumer channel.☆2,656Updated 3 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,040Updated 9 months ago
- Utilities for working with bytes☆2,068Updated 3 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆825Updated 4 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆753Updated last month