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:
- 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.☆91Updated 2 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 10 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 9 months ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- Cross platform process information in Rust☆70Updated last month
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- Serde serializer for generating Starlark build targets☆70Updated this week
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- The simd optimized escape code☆54Updated 3 weeks ago
- Lockfree resizeable concurrent hash table.☆54Updated 4 years ago
- ☆63Updated this week
- SIMD Floating point and integer compressed vector library☆80Updated 2 years ago
- liburing bindings☆35Updated 3 years ago
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- ☆39Updated 5 years ago
- ☆47Updated 5 years ago
- A HyperLogLog implementation in Rust.☆52Updated this week
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 4 months ago
- A plugin for Criterion.rs to measure Linux perf events.☆45Updated 2 weeks ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- structured parallel execution for async Rust☆37Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- Consistent Hashing library in Rust☆18Updated 2 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.☆15Updated 2 weeks ago
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago