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☆71Updated 4 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- Asynchronously speed-limiting multiple byte streams☆62Updated 9 months ago
- Rust library for memory barrier☆35Updated last year
- Rust implementation of a fast, bounded, Zipf-distributed random number generator☆34Updated 5 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- SIMD Floating point and integer compressed vector library☆80Updated last year
- ☆19Updated 2 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆36Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- high-efficiency concurrent reclamation☆35Updated 10 months ago
- A growable bit-vector for Rust, optimized for size☆42Updated 5 months ago
- An experimental columnar arena☆43Updated 8 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- An ordered multimap.☆21Updated 7 months ago
- Concurrent cross-platform terminal interface☆19Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- liburing bindings☆35Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Consistent Hashing library in Rust☆18Updated 2 years ago
- SQLite-based on-disk cache for Rust.☆23Updated 11 months ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated last month
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 6 months ago
- Make any value Sync but only available on its original thread☆39Updated 4 months ago
- bytes::BufMut implementation to count buffer size☆22Updated 2 months ago
- Non-interleaving multithreaded output queue☆71Updated last month