EVaillant / lockfree-object-pool
Object Pool LockFree in Rust
☆46Updated 3 months ago
Alternatives and similar repositories for lockfree-object-pool:
Users that are interested in lockfree-object-pool are comparing it to the libraries listed below
- A global executor built on top of async-executor and smol☆74Updated last month
- A lightweight lock protected by an atomic boolean.☆36Updated 2 months ago
- Convert closures into wakers☆45Updated 3 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 7 months ago
- Timer facilities for Rust's async story☆56Updated 7 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A high-performance SPSC bounded circular buffer of bytes☆47Updated last month
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Time and duration crate optimized for speed and API stability.☆69Updated last month
- futures::AtomicWaker extracted into its own crate☆25Updated 3 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- Port of bbolt in Rust☆65Updated 7 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last month
- File/log rotation writer for Rust☆32Updated 2 months ago
- ☆33Updated 2 years ago
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated last month
- A Configuration Library for Rust Applications☆39Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 7 months ago
- Typed any map for rust☆66Updated 4 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆111Updated 2 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated 11 months ago
- Run closures in parallel☆113Updated 3 months ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆59Updated 10 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Asynchronous adapter for byteorder☆19Updated 4 years ago