main-- / rust-eytzingerLinks
This crate implements the "eytzinger" (aka BFS) array layout where a binary search tree is stored by layer (instead of as a sorted array).
☆24Updated 4 years ago
Alternatives and similar repositories for rust-eytzinger
Users that are interested in rust-eytzinger are comparing it to the libraries listed below
Sorting:
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 6 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- An eventually consistent LRU designed for lock-free concurrent reads☆23Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 6 months ago
- ☆47Updated 4 years ago
- Asynchronously speed-limiting multiple byte streams☆65Updated 10 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 weeks ago
- scan-resistant concurrent lazy LRU☆61Updated 2 years ago
- SIMD Floating point and integer compressed vector library☆81Updated last year
- The simd optimized escape code☆54Updated this week
- ☆21Updated 4 years ago
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Consistent Hashing library in Rust☆18Updated 2 years ago
- A plugin for Criterion.rs to measure Linux perf events.☆43Updated last year
- Serde serializer for generating Starlark build targets☆66Updated last week
- liburing bindings☆35Updated 3 years ago
- Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.☆15Updated last week
- ☆13Updated 2 years ago
- A HyperLogLog implementation in Rust.☆51Updated 5 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 8 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 11 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- ☆39Updated 5 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- rust histogram and percentile stats☆48Updated 4 years ago