BurntSushi / memchrLinks
Optimized string search routines for Rust.
☆1,149Updated last month
Alternatives and similar repositories for memchr
Users that are interested in memchr are comparing it to the libraries listed below
Sorting:
- Heap profiling and ad hoc profiling for Rust programs.☆845Updated 4 months ago
- A string type for Rust that is not required to be valid UTF-8.☆952Updated 3 months ago
- Support atomic operations on Arc itself☆1,028Updated this week
- A crate for managing memory bit by bit☆1,315Updated 11 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,496Updated this week
- Module initialization/global constructor functions for Rust☆875Updated last month
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆834Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆746Updated 3 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆481Updated 5 months ago
- A fast bump allocation arena for Rust☆1,800Updated 2 weeks ago
- Rust library allowing to register multiple handlers for the same signal☆786Updated last month
- Data structure serialization library with several opposite design goals from Serde☆869Updated last month
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆636Updated 3 weeks ago
- Slab allocator for Rust☆801Updated 3 weeks ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,202Updated 3 weeks ago
- A macro to generate structures which behave like bitflags☆1,028Updated last month
- Cargo subcommand to provide various options useful for testing and continuous integration.☆734Updated this week
- Fast floating point to string conversion☆644Updated last month
- Macros for all your token pasting needs☆1,051Updated 9 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,085Updated 2 weeks ago
- Test harness for ui tests of compiler diagnostics☆896Updated this week
- Just, really the littlest Vec you could need. So smol.☆699Updated 4 months ago
- A vector with a fixed capacity. (Rust)☆824Updated 8 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,663Updated last month
- Async multi-producer multi-consumer channel☆874Updated this week
- Slotmap data structure for Rust☆1,215Updated last year
- A minimal `syn` syntax tree pretty-printer☆710Updated 3 weeks ago
- Asynchronous streams for Rust using async & await notation☆687Updated 7 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,133Updated 4 months ago
- A high level diffing library for rust based on diffs☆1,115Updated 5 months ago