jonhoo / bustleLinks
A benchmarking harness for concurrent key-value collections
☆119Updated 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.☆115Updated last week
- Framework for simulating distributed applications☆105Updated 5 years ago
- Async stream for Rust and the futures crate.☆192Updated this week
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Pillars for Transactional Systems and Data Grids☆133Updated last year
- This is a Rust implementation for popular caches (support no_std).☆113Updated 11 months ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 5 months ago
- A fast and flexible LRU map.☆199Updated last year
- ☆205Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- rust bindings of snmalloc☆147Updated 4 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A HashMap variant that spreads resize load across inserts☆196Updated 11 months ago
- Async fundamentals initiative: portable and interoperable☆77Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 7 years ago
- A linked-list based, lock-free concurrent hashmap in Rust.☆164Updated 6 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 2 months ago
- ☆52Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- Inter-event timing metrics on top of tracing.☆129Updated 2 weeks ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 10 months ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- Simple probabilistic data structures☆147Updated last week
- Skiplist implementation in rust☆108Updated this week
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year