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 2 months 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☆73Updated 11 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 11 months ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- Consistent Hashing library in Rust☆18Updated 2 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 6 months ago
- An exploration of Storages☆39Updated 2 years ago
- Easy recursion in Rust, without stack overflows.☆36Updated last year
- SIMD Floating point and integer compressed vector library☆80Updated 2 years ago
- ☆47Updated 5 years ago
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- Efficient reference counted vector data structure is Rust☆18Updated 2 months ago
- The simd optimized escape code☆54Updated last week
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A plugin for Criterion.rs to measure Linux perf events.☆45Updated 2 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last week
- Production-ready KV-backed HNSW implementation in Rust using LMDB☆69Updated 2 weeks ago
- A bit vector with the Rust standard library's portable SIMD API.☆42Updated 2 years ago
- high-efficiency concurrent reclamation☆38Updated last year
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆41Updated last year
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- Cross platform process information in Rust☆70Updated last week
- An ordered multimap.☆21Updated last year
- ☆64Updated last month
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated 3 months ago