eun-ice / atomicring
AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust
☆41Updated last year
Alternatives and similar repositories for atomicring:
Users that are interested in atomicring are comparing it to the libraries listed below
- Object Pool LockFree in Rust☆46Updated 2 months ago
- Lock free bounded non blocking pub sub queue☆76Updated 4 years ago
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- A global executor built on top of async-executor and smol☆74Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆111Updated last month
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆57Updated 10 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆71Updated 7 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Asynchronously speed-limiting multiple byte streams☆59Updated 6 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 3 weeks ago
- A circular buffer-like queue container.☆37Updated last month
- Ethox is a standalone network stack for user-space networking and unikernels☆38Updated last year
- Timer facilities for Rust's async story☆56Updated 6 months ago
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated 3 weeks ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- ☆37Updated 4 years ago
- ☆43Updated 2 years ago
- Time and duration crate optimized for speed and API stability.☆69Updated last month
- Observer pattern which generates a futures 0.3 stream of events☆40Updated 2 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 11 months ago
- Copy-on-write string utilities for Rust☆158Updated last year