kanidm / concreadLinks
Concurrently Readable Data Structures for Rust
☆362Updated 4 months ago
Alternatives and similar repositories for concread
Users that are interested in concread are comparing it to the libraries listed below
Sorting:
- a lock-free concurrent slab (experimental)☆301Updated 10 months ago
- A thread pool for isolating blocking I/O in async programs☆368Updated 2 months ago
- The feature-rich, portable async channel library☆263Updated 2 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆453Updated last month
- in-place allocation-reusing queues for Rust☆385Updated last year
- Experiments with structured concurrency in Rust☆392Updated last year
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆408Updated last week
- Task abstraction for building executors☆517Updated last month
- Concurrent multi-producer multi-consumer queue☆293Updated 3 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- ☆201Updated 8 months ago
- high-speed timing library in Rust☆375Updated 5 months ago
- A fast and flexible LRU map.☆198Updated 10 months ago
- A HashMap variant that spreads resize load across inserts☆193Updated 9 months ago
- A pure Rust database implementation using an append-only B-Tree file format.☆275Updated 2 years ago
- Stackless generators on stable Rust.☆471Updated 3 years ago
- Reflection via DWARF.☆298Updated 2 years ago
- A command line tool for comparing benchmarks run by Criterion.☆257Updated last year
- Utilities for collecting metrics from a Tokio application☆375Updated 2 months ago
- A Write Ahead Log (WAL) implementation in Rust☆231Updated last year
- Statically-checked alternatives to RefCell and RwLock☆383Updated last month
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Async broadcast channels☆187Updated 2 months ago
- An allocator that can track and limit memory usage.☆214Updated 2 years ago
- ☆231Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆262Updated last week
- Support crate for rustc's self-profiling feature☆373Updated 4 months ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆424Updated last year
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 4 months ago
- A port of HdrHistogram to Rust☆327Updated last year