Amanieu / hashbrown
Rust port of Google's SwissTable hash map
☆56Updated 2 weeks ago
Alternatives and similar repositories for hashbrown
Users that are interested in hashbrown are comparing it to the libraries listed below
Sorting:
- Judy array implementation in pure Rust☆87Updated 7 years ago
- skiplist☆142Updated 3 years ago
- Rust FFI wrapper for CRoaring☆158Updated last week
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- Token tree calling convention☆79Updated 2 years ago
- SmallVec-backed stack string optimisation☆44Updated 4 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆109Updated last year
- A simple map based on a vector for small integer keys☆63Updated 5 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆156Updated last year
- Concurrent hash trie☆54Updated 4 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated last month
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- Benchmarks for the nom, the Rust parser combinators library☆128Updated last year
- The simd optimized escape code☆54Updated last week
- A simple bitset container for Rust☆140Updated 3 weeks ago
- A library for generating Graphviz DOT language files for graphs.☆75Updated last month
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- A macro to generate Rust actors☆45Updated 4 years ago
- Fast generic radix trie implemented in Rust☆200Updated 2 years ago
- Basic statistical functions on streams for Rust.☆85Updated 2 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…☆89Updated 2 years ago
- An LCS based slice and string diffing implementation.☆81Updated last year
- In support of measuring heap allocations in Rust programs.☆101Updated 5 years ago
- ☆58Updated 8 months ago
- Interning of data in rust☆101Updated 2 months ago
- Generic extensions for tapping values in Rust.☆55Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago