A reader-writer lock that provides extremely fast read access without starving writers
☆88Oct 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:
- A vector-based map and set implementation for rust☆16Mar 1, 2026Updated 2 weeks ago
- A fast and flexible LRU map.☆199Jan 3, 2025Updated last year
- A small ASCII-only bounded length string representation.☆61Feb 7, 2022Updated 4 years ago
- Simple interoperability between C++ coroutines and asynchronous Rust☆266Sep 11, 2025Updated 6 months ago
- Type-level strings☆16Aug 26, 2025Updated 6 months ago
- Small, fast, synchronization primitives☆255Sep 13, 2024Updated last year
- a crate for small packed strings☆18Oct 31, 2022Updated 3 years ago
- Generate various time series, some randomly sampled, in pure rust.☆19Mar 7, 2025Updated last year
- A concurrent lock-free hash map for Rust.☆22Feb 1, 2021Updated 5 years ago
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 6 months ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆83Sep 2, 2021Updated 4 years ago
- Software transactional memory system developed at Wyatt Technology☆13Dec 18, 2015Updated 10 years ago
- A heckin small test generator☆30Apr 29, 2023Updated 2 years ago
- Universe for growing software.☆47Feb 28, 2026Updated 2 weeks ago
- Adaptator between Stream/Sink and AsyncRead/AsyncWrite☆12Feb 5, 2022Updated 4 years ago
- Concurrently Readable Data Structures for Rust☆365Feb 10, 2026Updated last month
- A poptrie implementation☆22Jan 13, 2026Updated 2 months ago
- `prometheus` backend for `metrics` crate☆14Mar 6, 2026Updated 2 weeks ago
- Generate Rust types from XDR specs with fast, zero-copy deserialisation☆18Mar 3, 2026Updated 2 weeks ago
- A library with task executors for Rust☆32Jan 11, 2025Updated last year
- Open Network Computing / Sun RPC types and fast serialisation☆12Feb 25, 2026Updated 3 weeks ago
- Simple and modular write-ahead-logging implementation.☆25Feb 6, 2024Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- TPCH benchmark tool for databend☆11Nov 15, 2022Updated 3 years ago
- A procedural macro for defining nom combinators in simple DSL☆48Jan 31, 2025Updated last year
- Spin-based synchronization primitives☆587Feb 5, 2026Updated last month
- Lossless functionality for platform-native strings.☆75Jun 21, 2025Updated 8 months ago
- Twinsies is a specialized reference-counting pointer where the item is jointly owned in 2 places☆27Mar 27, 2024Updated last year
- generators☆211Sep 20, 2023Updated 2 years ago
- A fast runtime-agnostic object pool for async rust.☆38Jan 24, 2026Updated last month
- Databend x Rust China Hackathon 2022☆40Dec 20, 2022Updated 3 years ago
- Framework for simulating distributed applications☆107Mar 9, 2020Updated 6 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆284Jan 22, 2026Updated last month
- A thread-safe & efficient memory pool☆172Oct 12, 2023Updated 2 years ago
- Safe atomic Box types for Rust☆23Jan 13, 2023Updated 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
- An implementation of Joshua Yanovski's Ghost Cell paper.☆500Jan 28, 2024Updated 2 years ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 2 weeks ago
- Peekable reader and async reader, which enhance your network programming experience.☆22Jun 29, 2025Updated 8 months ago