CJP10 / object-pool
Thread-safe object pool with automatic return and attach/detach semantics
☆76Updated 7 months ago
Alternatives and similar repositories for object-pool:
Users that are interested in object-pool are comparing it to the libraries listed below
- Object Pool LockFree in Rust☆46Updated 3 months ago
- Lock free bounded non blocking pub sub queue☆76Updated 4 years ago
- Run closures in parallel☆113Updated 3 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- Convert closures into wakers☆45Updated 3 months ago
- An object pool manager in Rust☆196Updated 3 years ago
- A global executor built on top of async-executor and smol☆74Updated last month
- ☆47Updated 4 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆69Updated 11 months ago
- File/log rotation writer for Rust☆32Updated 2 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆59Updated 10 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last month
- Typed index version of Rust slice and Vec containers☆69Updated 7 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- ☆52Updated 5 years ago
- Async filesystem primitives☆132Updated 3 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Time and duration crate optimized for speed and API stability.☆69Updated last month
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- Extended utilities for working with files and filesystems in Rust☆148Updated last year
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- An idiomatic and fast QP-trie implementation in pure Rust.☆100Updated last year
- Migrated to Codeberg☆79Updated last year
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 10 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year