robinfriedli / rusty_poolLinks
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.
☆46Updated last year
Alternatives and similar repositories for rusty_pool
Users that are interested in rusty_pool are comparing it to the libraries listed below
Sorting:
- Async filesystem primitives☆137Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆90Updated 6 months ago
- Simple string matching with single- and multiple-wildcard operator☆87Updated 10 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆143Updated 2 years ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated last week
- 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…☆93Updated 5 months ago
- Parallel iterator processing library for Rust☆103Updated 2 years ago
- Async networking primitives for TCP/UDP/Unix communication☆135Updated 7 months ago
- Migrated to Codeberg☆79Updated last year
- Testing framework for rust enhancing the built-in library with some useful features.☆67Updated 4 months ago
- a cross-platform library for opening OS pipes in Rust☆113Updated 3 months ago
- A global executor built on top of async-executor and smol☆74Updated last week
- Streaming JSON reader and writer written in Rust☆80Updated last week
- Object Pool LockFree in Rust☆47Updated last month
- A simple wrapper around filesystem operations to provide more helpful error messages.☆150Updated 2 months ago
- Provides json/csv/protobuf/arrow streaming support for axum☆80Updated last week
- A very fast HTTP Server based on Hyper and Rust☆87Updated last year
- A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype.☆81Updated 9 months ago
- A lockless mpmc/mpsc to support async base on crossbeam☆124Updated last week
- Asynchronous access to a bincode-encoded item stream.☆78Updated 5 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 10 months ago
- A token-based rate limiter based on the leaky bucket algorithm.☆112Updated 2 weeks ago
- Typed any map for rust☆67Updated 8 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- A GUI generator for clap-rs using egui☆108Updated 11 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 8 months ago
- Semantic wrapper for byte count representations☆141Updated 2 weeks ago
- Progress reporting abstraction for Rust☆64Updated last year
- Run closures in parallel☆114Updated 7 months ago