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:
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 11 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- Cross platform process information in Rust☆70Updated 2 weeks ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆82Updated 4 years 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
- Rust's fastest and most accurate cardinality estimators.☆44Updated this week
- ☆47Updated 5 years ago
- ☆64Updated last month
- structured parallel execution for async Rust☆37Updated last year
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 6 months ago
- Consistent Hashing library in Rust☆18Updated 2 years ago
- The simd optimized escape code☆54Updated this week
- SIMD Floating point and integer compressed vector library☆80Updated 2 years ago
- futures::AtomicWaker extracted into its own crate☆38Updated 2 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 3 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
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- A low-level I/O ownership and borrowing library☆106Updated 6 months ago
- Practical examples of the Rust async ecosystem☆39Updated 4 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated last week
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆41Updated last year
- Serde serializer for generating Starlark build targets☆71Updated last month
- liburing bindings☆35Updated 3 years ago
- A HyperLogLog implementation in Rust.☆52Updated last week
- The `io_uring` library for Rust (with Rustix)☆35Updated 6 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