BurntSushi / memchrLinks
Optimized string search routines for Rust.
☆1,347Updated 4 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,025Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,605Updated last month
- Support atomic operations on Arc itself☆1,236Updated 3 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆926Updated 11 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆814Updated last month
- A crate for managing memory bit by bit☆1,363Updated last year
- A fast bump allocation arena for Rust☆2,073Updated 2 weeks ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,301Updated 2 months ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆915Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,280Updated 3 weeks ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆537Updated last week
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆720Updated 2 months ago
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆865Updated 5 months ago
- Module initialization/global constructor functions for Rust☆951Updated last month
- Data structure serialization library with several opposite design goals from Serde☆916Updated last month
- 🦀 Find the minimum supported Rust version (MSRV) for your project☆1,140Updated last week
- Fast and simple benchmarking for Rust projects☆1,323Updated 9 months ago
- Rust port of simdjson☆1,362Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,833Updated last week
- Fast floating point to string conversion☆689Updated this week
- Typed distributed plugin registration☆1,246Updated last week
- Compile time static maps for Rust☆2,080Updated 3 months ago
- A macro to generate structures which behave like bitflags☆1,091Updated last month
- Compile-time type-checked builder derive☆1,138Updated 3 weeks ago
- DEFLATE, gzip, and zlib bindings for Rust☆1,069Updated this week
- A better compressed bitset in Rust☆891Updated 2 weeks ago
- Benchmarks for rust serialization frameworks☆943Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆850Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,181Updated 2 weeks ago
- Slotmap data structure for Rust☆1,281Updated last month