robinfriedli / rusty_pool
Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support.
☆44Updated 8 months ago
Alternatives and similar repositories for rusty_pool:
Users that are interested in rusty_pool are comparing it to the libraries listed below
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 2 weeks ago
- Object Pool LockFree in Rust☆45Updated 3 weeks ago
- This crate provides useful tools to generate multiple readable passwords, as well as analyze and score them.☆45Updated last year
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- Progress reporting abstraction for Rust☆64Updated 6 months ago
- A faster Arc.☆57Updated last year
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆71Updated last month
- Typed any map for rust☆65Updated 2 months ago
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- Time and duration crate optimized for speed and API stability.☆67Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆36Updated 3 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆130Updated 4 months ago
- Static Linear Algebra System☆36Updated last year
- a cross-platform library for opening OS pipes in Rust☆103Updated 4 months ago
- Big array helper for serde☆60Updated 9 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 6 months ago
- A generic abstraction of paginated APIs☆60Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆131Updated 2 months ago
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆139Updated 6 months ago
- Open a scope and then freeze it in time for future access.☆105Updated 6 months ago
- Remove Cargo.lock lockfile☆33Updated 3 weeks ago
- Migrated to Codeberg☆80Updated last year
- A fast, lightweight, embedded system-friendly library for wrapping text.☆65Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆105Updated 6 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆106Updated 3 months ago
- async fn(Input) -> Result<Output, Error>☆50Updated 11 months ago
- Procedural macro crate for conversion between Rust structs and associative containers.☆60Updated 2 years ago