BurntSushi / memchrLinks
Optimized string search routines for Rust.
☆1,167Updated last month
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.☆961Updated 3 months ago
- A fast bump allocation arena for Rust☆1,822Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,511Updated 3 weeks ago
- Support atomic operations on Arc itself☆1,044Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,318Updated 11 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,212Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆864Updated 5 months ago
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆644Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆753Updated 4 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,119Updated last month
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆489Updated 5 months ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆838Updated last month
- Module initialization/global constructor functions for Rust☆877Updated this week
- Data structure serialization library with several opposite design goals from Serde☆874Updated last month
- Rust library allowing to register multiple handlers for the same signal☆792Updated last week
- A vector with a fixed capacity. (Rust)☆827Updated 9 months ago
- Macros for all your token pasting needs☆1,052Updated 9 months ago
- Slotmap data structure for Rust☆1,217Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,136Updated 4 months ago
- Async multi-producer multi-consumer channel☆884Updated 3 weeks ago
- A macro to generate structures which behave like bitflags☆1,037Updated this week
- Typed distributed plugin registration☆1,143Updated last month
- Compile time static maps for Rust☆1,965Updated 3 weeks ago
- Compile-time type-checked builder derive☆1,048Updated 4 months ago
- A Rust proc-macro attribute parser☆1,146Updated 2 weeks ago
- Test harness for ui tests of compiler diagnostics☆907Updated 3 weeks ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆742Updated 3 weeks ago
- Asynchronous streams for Rust using async & await notation☆693Updated 7 months ago
- Slab allocator for Rust☆804Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,672Updated 2 months ago