Amanieu / hashbrownLinks
Rust port of Google's SwissTable hash map
☆58Updated 5 months ago
Alternatives and similar repositories for hashbrown
Users that are interested in hashbrown are comparing it to the libraries listed below
Sorting:
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Judy array implementation in pure Rust☆87Updated 8 years ago
- An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.☆178Updated 2 years ago
- A simple map based on a vector for small integer keys☆69Updated last year
- The simd optimized escape code☆54Updated this week
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆91Updated 3 years ago
- Benchmarks for the nom, the Rust parser combinators library☆129Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 11 months ago
- skiplist☆144Updated 4 years ago
- Composable, lock-free, allocation-light data structures☆62Updated 7 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Compact sets in rust☆60Updated 11 months ago
- Rust implementation for T1HA (Fast Positive Hash)☆90Updated last year
- ☆131Updated 6 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- Fast functions for printing floating-point primitives to a decimal string☆138Updated 3 weeks ago
- Concurrent hash trie☆58Updated 5 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Data parallelism library for async-std.☆96Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- A simple, id-based arena☆125Updated 3 weeks ago
- Simple probabilistic data structures☆148Updated last week
- A crate with indexed arenas with small memory footprint☆79Updated last year
- Rust FFI wrapper for CRoaring☆164Updated last week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆82Updated 4 years ago