BurntSushi / memchrLinks
Optimized string search routines for Rust.
☆1,288Updated 2 months ago
Alternatives and similar repositories for memchr
Users that are interested in memchr are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,580Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,018Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆909Updated 9 months ago
- A fast bump allocation arena for Rust☆1,996Updated last month
- Support atomic operations on Arc itself☆1,189Updated this week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆902Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,363Updated last year
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆526Updated 4 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,290Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index