BurntSushi / memchrLinks
Optimized string search routines for Rust.
☆1,273Updated 2 months ago
Alternatives and similar repositories for memchr
Users that are interested in memchr are comparing it to the libraries listed below
Sorting:
- A string type for Rust that is not required to be valid UTF-8.☆1,010Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,571Updated 2 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆901Updated 9 months ago
- A crate for managing memory bit by bit☆1,363Updated last year
- A fast bump allocation arena for Rust☆1,974Updated last month
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,276Updated last week
- Support atomic operations on Arc itself☆1,167Updated last month
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆892Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆795Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index