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:
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 5 months ago
- 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…☆89Updated 4 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 10 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 9 months ago
- Simple string matching with single- and multiple-wildcard operator☆87Updated 10 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆134Updated last month
- Asynchronous HTTP body trait☆143Updated this week
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆141Updated 2 years ago
- Migrated to Codeberg☆79Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆91Updated this week
- A global executor built on top of async-executor and smol☆74Updated 4 months ago
- Asynchronous DNS lookups☆66Updated last year
- Parallel iterator processing library for Rust☆103Updated last year
- Port of bbolt in Rust☆65Updated 10 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 8 months ago
- A token-based rate limiter based on the leaky bucket algorithm.☆111Updated 3 months ago
- Typed any map for rust☆67Updated 7 months ago
- Testing framework for rust enhancing the built-in library with some useful features.☆67Updated 3 months ago
- Provides json/csv/protobuf/arrow streaming support for axum☆77Updated last month
- Async filesystem primitives☆136Updated 2 weeks ago
- Async networking primitives for TCP/UDP/Unix communication☆135Updated 6 months ago
- ☆87Updated 6 months ago
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆77Updated last month
- A GUI generator for clap-rs using egui☆108Updated 10 months ago
- A fixed-size circular buffer written in Rust.☆122Updated 3 weeks ago
- Compatibility adapter between tokio and futures☆175Updated 4 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Collection of general purpose tools for solving problems.☆39Updated this week
- Database with SQL-like language implemented in Rust☆54Updated last year
- `faststr` is a string library that try to avoid the cost of clone.☆104Updated last week