BurntSushi / memchrLinks
Optimized string search routines for Rust.
☆1,303Updated 3 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,020Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,593Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,036Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,361Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,262Updated last month
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,300Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆917Updated 10 months ago
- Support atomic operations on Arc itself☆1,221Updated this week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆906Updated last month
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure