eun-ice / atomicringLinks
AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust
☆42Updated last year
Alternatives and similar repositories for atomicring
Users that are interested in atomicring are comparing it to the libraries listed below
Sorting:
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- ☆52Updated last year
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- A Rust implementation of OS provided synchronization primitives☆62Updated 2 years ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆158Updated 3 years ago
- Build RPCs on top of the tonic gRPC library by defining your types in Rust instead of proto.☆41Updated 3 years ago
- A global executor built on top of async-executor and smol☆76Updated 5 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆70Updated last year
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago
- Lock free bounded non blocking pub sub queue☆77Updated 3 months ago
- A circular buffer-like queue container.☆40Updated 10 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 11 months ago
- Time and duration crate optimized for speed and API stability.☆76Updated 3 weeks ago
- Rust implementation of Paxos consensus algorithm☆115Updated 3 years ago
- Timer facilities for Rust's async story☆56Updated last year
- A cross-platform library for fast and safe memory-mapped IO in Rust☆72Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated last year
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- ☆87Updated 2 months ago
- rust bindings of snmalloc☆149Updated this week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week
- Async tracing capabilities for the log crate☆98Updated 5 years ago
- rust channel benchmarks to keep stat of performance of Kanal library in comparison with other competitors.☆55Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆82Updated 4 years ago
- Trying to create Sync bump allocator☆42Updated 7 months ago
- Async stream for Rust and the futures crate.☆193Updated 2 weeks ago
- cross-platform Rust API for memory mapped IO☆42Updated last year