eun-ice / atomicring
AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust
☆38Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for atomicring
- A circular buffer-like queue container.☆35Updated 4 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆33Updated 4 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Bounded MPMC channel abstraction on top of a ring buffer☆39Updated 3 months ago
- A global executor built on top of async-executor and smol☆74Updated 5 months ago
- ☆36Updated 4 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Additional utilities around the bytes crate☆18Updated 5 months ago
- ☆32Updated 2 years ago
- Observer pattern which generates a futures 0.3 stream of events☆40Updated 2 years ago
- Timer facilities for Rust's async story☆53Updated last month
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated last year
- A circular buffer with fixed capacity (Rust).☆102Updated 10 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 11 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 6 months ago
- A rust crate with various helpers for writing production-ready servers in rust using async-std☆18Updated 4 years ago
- ☆46Updated 4 years ago
- Lock free bounded non blocking pub sub queue☆76Updated 3 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆50Updated last year
- Lock-free queues.☆20Updated 11 months ago
- Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.☆14Updated last week
- Object Pool LockFree in Rust☆45Updated 6 months ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆64Updated 6 months ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆41Updated 6 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year