rust-lang / rustc-hashLinks
Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure
☆470Updated 3 months ago
Alternatives and similar repositories for rustc-hash
Users that are interested in rustc-hash are comparing it to the libraries listed below
Sorting:
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆741Updated 3 weeks ago
- ☆487Updated 7 months ago
- A crate for safe and ergonomic pin-projection.☆659Updated 2 months ago
- Just, really the littlest Vec you could need. So smol.☆689Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆816Updated 7 months ago
- Module initialization/global constructor functions for Rust☆864Updated 2 weeks ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆815Updated last week
- Asynchronous streams for Rust using async & await notation☆684Updated 5 months ago
- Fast floating point to string conversion☆635Updated 2 weeks ago
- ☆828Updated 2 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆526Updated 2 months ago
- A crate for mucking around with piles of bytes☆853Updated last month
- Test harness for ui tests of compiler diagnostics☆886Updated 2 weeks ago
- A simple and fast random number generator☆497Updated last week
- Count lines of LLVM IR per generic function☆444Updated 4 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆795Updated 3 months ago
- Easy self-referential struct generation for Rust.☆614Updated 4 months ago
- Fowler–Noll–Vo hash function☆345Updated last year
- A memory efficient string type that can store up to 24* bytes on the stack☆737Updated 2 months ago
- Spin-based synchronization primitives☆534Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,473Updated this week
- An implementation of a LRU cache☆707Updated last month
- Slab allocator for Rust☆787Updated last week
- Support atomic operations on Arc itself☆979Updated last month
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆602Updated 3 weeks ago
- Experimental one-shot benchmarking/profiling harness for Rust☆611Updated 9 months ago
- Fast function for printing integer primitives to a decimal string☆329Updated 2 weeks ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆720Updated 2 months ago
- Rust method delegation with less boilerplate☆487Updated last month
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆339Updated 2 months ago