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).
☆25Updated last month
Alternatives and similar repositories for rust-eytzinger
Users that are interested in rust-eytzinger are comparing it to the libraries listed below
Sorting:
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 10 months ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 5 months ago
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- Cross platform process information in Rust☆70Updated last month
- Consistent Hashing library in Rust☆18Updated 2 years ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆41Updated last year
- A trait + derive to recursively compute / print the memory usage of a data structure.☆39Updated last week
- Lightning fast concurrent HyperLogLog for Rust.☆44Updated 5 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months ago
- SIMD Floating point and integer compressed vector library☆80Updated 2 years ago
- Serde serializer for generating Starlark build targets☆70Updated 3 weeks ago
- A HyperLogLog implementation in Rust.☆52Updated 3 weeks ago
- Easy recursion in Rust, without stack overflows.☆36Updated last year
- The simd optimized escape code☆54Updated this week
- Layered configuration system built upon serde☆32Updated 4 months ago
- structured parallel execution for async Rust☆37Updated last year
- An ordered multimap.☆21Updated last year
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- liburing bindings☆35Updated 3 years ago
- A safe `Pin`-based intrusive doubly-linked list in Rust☆22Updated 9 months ago