Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure
☆553Jan 19, 2026Updated 2 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:
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆283Jan 3, 2024Updated 2 years ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,319Nov 21, 2025Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- A simple and fast random number generator☆569Mar 9, 2026Updated last week
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Just, really the littlest Vec you could need. So smol.☆731Updated this week
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆352Aug 23, 2025Updated 6 months ago
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- Fast floating point to string conversion☆694Feb 16, 2026Updated last month
- ☆498Nov 8, 2025Updated 4 months ago
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,048Feb 10, 2026Updated last month
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- Module initialization/global constructor functions for Rust☆964Dec 4, 2025Updated 3 months ago
- Fast function for printing integer primitives to a decimal string☆368Feb 2, 2026Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,068Mar 12, 2026Updated last week
- Temporary file library for rust☆1,414Updated this week
- Heap profiling and ad hoc profiling for Rust programs.☆940Feb 20, 2025Updated last year
- Statistics-driven benchmarking library for Rust☆5,433Nov 29, 2025Updated 3 months ago
- Fowler–Noll–Vo hash function☆359Mar 20, 2024Updated 2 years ago
- Slotmap data structure for Rust☆1,293Dec 6, 2025Updated 3 months ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 2 weeks ago
- ☆909Feb 16, 2026Updated last month
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆550Nov 4, 2025Updated 4 months ago
- ☆324Sep 30, 2025Updated 5 months ago
- Numeric traits for generic mathematics in Rust☆920Jun 17, 2025Updated 9 months ago
- Blazing fast concurrent HashMap for Rust.☆3,977Mar 5, 2025Updated last year
- Slab allocator for Rust☆884Jan 31, 2026Updated last month
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- Parser for Rust source code☆3,302Updated this week
- An interpreter for Rust's mid-level intermediate representation☆5,966Updated this week
- 📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")☆192Mar 13, 2026Updated last week
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month