sdleffler / qp-trie-rs
An idiomatic and fast QP-trie implementation in pure Rust.
☆100Updated last year
Alternatives and similar repositories for qp-trie-rs:
Users that are interested in qp-trie-rs are comparing it to the libraries listed below
- An on-disk hash table implementation☆116Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated 11 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Rust FFI wrapper for CRoaring☆158Updated last month
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 7 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- rust bindings of snmalloc☆129Updated last month
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Concurrent hash trie☆54Updated 4 years ago
- Support for Linux kernel aio within Tokio.☆51Updated 3 years ago
- Library safely exposing the io_uring API.☆61Updated last month
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- ☆47Updated 4 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Read and write from offsets in Rust.☆77Updated last month
- Rust implementation of Paxos consensus algorithm☆106Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated 2 years ago
- Serialisable closures for Rust.☆64Updated 2 years ago
- ☆34Updated 6 months ago
- Judy array implementation in pure Rust☆86Updated 7 years ago
- Run closures in parallel☆113Updated 3 months ago
- Async stream for Rust and the futures crate.☆183Updated last month
- Lock free bounded non blocking pub sub queue☆76Updated 4 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆163Updated last month