antiguru / rust-lgallocLinks
Large object allocator for Rust
☆16Updated 2 months ago
Alternatives and similar repositories for rust-lgalloc
Users that are interested in rust-lgalloc are comparing it to the libraries listed below
Sorting:
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 5 months ago
- Framework for simulating distributed applications☆104Updated 5 years ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 2 weeks ago
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆36Updated 3 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆159Updated last week
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- scan-resistant concurrent lazy LRU☆61Updated 2 years ago
- An experimental columnar arena☆43Updated 9 months ago
- Adaptive Radix Tree in Rust☆67Updated 7 years ago
- ☆19Updated 2 years ago
- Human-friendly indexed collections☆54Updated 2 months ago
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆40Updated 11 months ago
- An Adaptive Radix Tree implementation.☆42Updated this week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 5 months ago
- A plugin for Criterion.rs to measure Linux perf events.☆43Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 11 months ago
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated 2 weeks ago
- rust database engineering toolkit☆33Updated 4 years ago
- A minimalist property-based testing library