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 flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- Cross platform process information in Rust☆70Updated last month
- A plugin for Criterion.rs to measure Linux perf events.☆45Updated last month
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- ☆14Updated 2 years ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 5 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- liburing bindings☆35Updated 3 years ago
- Serde serializer for generating Starlark build targets☆70Updated 3 weeks ago
- bytes::BufMut implementation to count buffer size☆25Updated 3 weeks ago
- Rust implementation of a fast, bounded, Zipf-distributed random number generator☆33Updated 11 months ago
- Consistent Hashing library in Rust☆18Updated 2 years ago
- ☆47Updated 5 years ago
- structured parallel execution for async Rust☆37Updated last year
- The simd optimized escape code☆54Updated last week
- Bitmap types for Rust☆55Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- Prioritised, parallel job scheduler with concurrent exclusion, job merging, recurring jobs and load limiting for lower priorities.☆46Updated 4 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 7 months 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 2 months ago