BurntSushi / memchrLinks
Optimized string search routines for Rust.
☆1,233Updated 3 weeks 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.☆993Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,544Updated 3 weeks ago
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆681Updated last month
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,249Updated last week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆869Updated last week
- Support atomic operations on Arc itself☆1,129Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,343Updated last year
- Heap profiling and ad hoc profiling for Rust programs.☆887Updated 8 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆774Updated last month
- A fast bump allocation arena for Rust☆1,917Updated 3 months ago
- Data structure serialization library with several opposite design goals from Serde☆892Updated this week
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆509Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,191Updated this week
- Compile-time type-checked builder derive☆1,102Updated last month
- Module initialization/global constructor functions for Rust☆910Updated last week
- Benchmarks for rust serialization frameworks☆872Updated 2 months ago
- Slab allocator for Rust☆846Updated 2 months ago
- DEFLATE, gzip, and zlib bindings for Rust☆1,045Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,060Updated last month
- A Rust proc-macro attribute parser☆1,176Updated 3 weeks ago
- Rust port of simdjson☆1,323Updated 2 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,156Updated last month
- 🦀 Find the minimum supported Rust version (MSRV) for your project☆1,122Updated last week
- An implementation of a LRU cache☆749Updated last week
- Fast floating point to string conversion☆662Updated this week
- Macros for all your token pasting needs☆1,059Updated last year
- Rust library allowing to register multiple handlers for the same signal☆802Updated last month
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,644Updated 2 months ago
- A high level diffing library for rust based on diffs☆1,154Updated 8 months ago
- Test harness for ui tests of compiler diagnostics☆930Updated last week