A reader-writer lock that provides extremely fast read access without starving writers
☆87Oct 16, 2023Updated 2 years ago
Alternatives and similar repositories for seqlock
Users that are interested in seqlock are comparing it to the libraries listed below
Sorting:
- Simple interoperability between C++ coroutines and asynchronous Rust☆266Sep 11, 2025Updated 5 months ago
- A fast and flexible LRU map.☆198Jan 3, 2025Updated last year
- Type-level strings☆16Aug 26, 2025Updated 6 months ago
- A concurrent lock-free hash map for Rust.☆21Feb 1, 2021Updated 5 years ago
- Generate various time series, some randomly sampled, in pure rust.☆19Mar 7, 2025Updated 11 months ago
- A heckin small test generator☆30Apr 29, 2023Updated 2 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆83Sep 2, 2021Updated 4 years ago
- A procedural macro for defining nom combinators in simple DSL☆48Jan 31, 2025Updated last year
- Small, fast, synchronization primitives☆255Sep 13, 2024Updated last year
- A poptrie implementation☆21Jan 13, 2026Updated last month
- Universe for growing software.☆45Feb 16, 2026Updated last week
- Concurrently Readable Data Structures for Rust☆363Feb 10, 2026Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 5 months ago
- This is the implementation repository of our SOSP'24 paper: Aceso: Achieving Efficient Fault Tolerance in Memory-Disaggregated Key-Value …☆22Oct 20, 2024Updated last year
- Simple and modular write-ahead-logging implementation.☆25Feb 6, 2024Updated 2 years ago
- A small ASCII-only bounded length string representation.☆61Feb 7, 2022Updated 4 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- Adaptator between Stream/Sink and AsyncRead/AsyncWrite☆12Feb 5, 2022Updated 4 years ago
- Databend x Rust China Hackathon 2022☆40Dec 20, 2022Updated 3 years ago
- generators☆211Sep 20, 2023Updated 2 years ago
- A minimalistic encryption protocol for rust async streams/packets, based on noise protocol and snow.☆44May 20, 2022Updated 3 years ago
- Framework for simulating distributed applications☆105Mar 9, 2020Updated 5 years ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Feb 15, 2024Updated 2 years ago
- Support atomic operations on Arc itself☆1,263Feb 14, 2026Updated 2 weeks ago
- Rust closures you can transfer over an FFI boundary☆27Nov 18, 2020Updated 5 years ago
- Twinsies is a specialized reference-counting pointer where the item is jointly owned in 2 places☆27Mar 27, 2024Updated last year
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆41Dec 16, 2025Updated 2 months ago
- Clone trait that is object-safe☆748Feb 16, 2026Updated last week
- An implementation of Joshua Yanovski's Ghost Cell paper.☆501Jan 28, 2024Updated 2 years ago
- Lossless functionality for platform-native strings.☆75Jun 21, 2025Updated 8 months ago
- 🦦 An Embeddable SQL Executor in Rust☆27Feb 27, 2024Updated 2 years ago
- Heap profiling and ad hoc profiling for Rust programs.☆938Feb 20, 2025Updated last year
- Experiments with structured concurrency in Rust☆413Jul 24, 2024Updated last year
- 🔩 Rust utilities, usable from Rust or Go☆16Dec 8, 2025Updated 2 months ago
- TPCH benchmark tool for databend☆11Nov 15, 2022Updated 3 years ago
- `prometheus` backend for `metrics` crate☆14Jan 22, 2026Updated last month
- a crate for small packed strings☆18Oct 31, 2022Updated 3 years ago
- Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and makes a linked list from free blocks☆13Jul 31, 2023Updated 2 years ago