Rust port of Google's SwissTable hash map
☆2,912Apr 20, 2026Updated 3 weeks ago
Alternatives and similar repositories for hashbrown
Users that are interested in hashbrown are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,332Feb 21, 2026Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,355May 2, 2026Updated last week
- Tools for concurrent programming in Rust☆8,434Feb 22, 2026Updated 2 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,330Nov 21, 2025Updated 5 months ago
- Zero-cost asynchronous programming in Rust☆5,854Updated this week
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,638Apr 15, 2026Updated 3 weeks ago
- Statistics-driven benchmarking library for Rust☆5,472Apr 23, 2026Updated 2 weeks ago
- Blazing fast concurrent HashMap for Rust.☆4,028Mar 5, 2025Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,082Mar 12, 2026Updated 2 months ago
- Rayon: A data parallelism library for Rust☆12,975Apr 23, 2026Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,180Apr 27, 2026Updated 2 weeks ago
- Parser for Rust source code☆3,315Apr 17, 2026Updated 3 weeks ago
- A binary encoder / decoder implementation in Rust.☆3,074Aug 15, 2025Updated 8 months ago
- A small and fast async runtime for Rust☆4,912Mar 23, 2026Updated last month
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Type erasure for async trait methods☆2,143Mar 24, 2026Updated last month
- An interpreter for Rust's mid-level intermediate representation☆6,105Updated this week
- An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all in…☆3,952Feb 24, 2026Updated 2 months ago
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,913Apr 24, 2026Updated 2 weeks ago
- Async version of the Rust standard library☆4,068Aug 15, 2025Updated 8 months ago
- Flexible concrete Error type built on std::Error☆6,515Mar 24, 2026Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,123May 2, 2026Updated last week
- Utilities for working with bytes☆2,210Apr 29, 2026Updated last week
- Compile time static maps for Rust