Amanieu / hashbrownLinks
Rust port of Google's SwissTable hash map
☆57Updated 3 months ago
Alternatives and similar repositories for hashbrown
Users that are interested in hashbrown are comparing it to the libraries listed below
Sorting:
- skiplist☆144Updated 4 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- 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☆128Updated last year
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 9 months ago
- The simd optimized escape code☆54Updated this week
- ☆125Updated 3 years ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Simple probabilistic data structures☆146Updated last week
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆230Updated 6 months ago
- A simple map based on a vector for small integer keys☆67Updated last year
- Rust FFI wrapper for CRoaring☆161Updated last month
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- generators☆211Updated 2 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- ☆130Updated 6 years ago
- Fast functions for printing floating-point primitives to a decimal string☆129Updated 2 weeks ago
- Fast generic radix trie implemented in Rust☆213Updated 2 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Compact string type for zero-copy parsing☆263Updated 2 years ago
- Token tree calling convention☆80Updated 2 years ago
- A HashMap wrapper that holds key-value pairs in insertion order☆177Updated last year
- String interning for Rust☆207Updated 2 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Interning of data in rust☆114Updated 5 months ago
- Epoch-based garbage collection☆81Updated 7 years ago