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:
- super simple in-memory blocking LSM for constant-size keys and values☆72Updated 8 months ago
- An eventually consistent LRU designed for lock-free concurrent reads☆23Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 8 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 3 weeks ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 8 years ago
- ☆21Updated 4 years ago
- Asynchronously speed-limiting multiple byte streams☆66Updated last year
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆146Updated 2 months ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 3 months ago
- liburing bindings☆35Updated 3 years ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- A plugin for Criterion.rs to measure Linux perf events.☆44Updated 2 years ago
- ☆63Updated 3 weeks ago
- ☆14Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 8 months ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- SIMD Floating point and integer compressed vector library☆80Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- The simd optimized escape code☆54Updated last week
- An ordered multimap.☆21Updated 11 months ago
- Layered configuration system built upon serde☆32Updated 2 months ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆38Updated last year
- Rust library implementing xor-filters☆142Updated 2 years ago
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- structured parallel execution for async Rust☆37Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- A Rust-implementation of a stable Bloom filter for filtering duplicates out of data streams.☆42Updated 6 years ago
- ☆47Updated 5 years ago