jonhoo / bustleLinks
A benchmarking harness for concurrent key-value collections
☆118Updated 2 years ago
Alternatives and similar repositories for bustle
Users that are interested in bustle are comparing it to the libraries listed below
Sorting:
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 5 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- This is a Rust implementation for popular caches (support no_std).☆109Updated 3 months ago
- Serialisable closures for Rust.☆64Updated 2 years ago
- Pillars for Transactional Systems and Data Grids☆132Updated last year
- Framework for simulating distributed applications☆101Updated 5 years ago
- A fast and flexible LRU map.☆184Updated 4 months ago
- Async stream for Rust and the futures crate.☆183Updated 3 weeks ago
- Library and proc macro to analyze memory usage of data structures in rust.☆155Updated this week
- Performant time measuring in Rust☆192Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- ☆194Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- Simple probabilistic data structures☆145Updated last week
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- Define your own PhantomData☆152Updated 2 weeks ago
- Inter-event timing metrics on top of tracing.☆117Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆113Updated 3 months ago
- a lock-free concurrent slab (experimental)☆284Updated 5 months ago
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated this week
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated 11 months ago
- ☆93Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- ☆124Updated 2 years ago
- Concurrently Readable Data Structures for Rust☆357Updated last month
- An on-disk hash table implementation☆120Updated 3 years ago
- Rust FFI wrapper for CRoaring☆158Updated 3 weeks ago