BurntSushi / aho-corasick
A fast implementation of Aho-Corasick in Rust.
☆1,101Updated 7 months ago
Alternatives and similar repositories for aho-corasick:
Users that are interested in aho-corasick are comparing it to the libraries listed below
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,994Updated last month
- A fast bump allocation arena for Rust☆1,703Updated last month
- Rust port of Google's SwissTable hash map☆2,629Updated last week
- A better compressed bitset in Rust☆794Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,460Updated last week
- Compile time static maps for Rust☆1,916Updated 3 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,147Updated this week
- Rust port of simdjson☆1,246Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,225Updated last year
- Rust library for single assignment cells and lazy statics without macros☆1,967Updated last month
- Concurrency permutation testing tool for Rust.☆2,330Updated 3 weeks ago
- Rust cache structures and easy function memoization☆1,769Updated 2 months ago
- Utilities for working with bytes☆2,039Updated 2 months ago
- Optimized string search routines for Rust.☆1,074Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆2,945Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,622Updated 5 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,617Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆929Updated last month
- Rust derive-based argument parsing optimized for code size☆1,786Updated this week
- A crate for managing memory bit by bit☆1,293Updated 9 months ago
- A Rust port of FlameGraph☆1,821Updated last month
- Some more derive(Trait) options☆1,901Updated this week
- Rust quasi-quoting☆1,412Updated 2 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,469Updated 2 weeks ago
- Represent large sets and maps compactly with finite state transducers.☆1,864Updated 7 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,546Updated last week
- DEFLATE, gzip, and zlib bindings for Rust☆1,005Updated this week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆2,908Updated last week
- A metrics ecosystem for Rust.☆1,268Updated this week
- An intrusive flamegraph profiling tool for rust.☆715Updated last year