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.
☆49Updated 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☆96Updated this week
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 4 months ago
- Object Pool LockFree in Rust☆49Updated 4 months ago
- Port of bbolt in Rust☆67Updated last year
- Simple string matching with single- and multiple-wildcard operator☆94Updated 2 months ago
- An alternative rust async runtime.☆59Updated last month
- 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…☆100Updated last week
- Asynchronous DNS lookups☆67Updated last year
- Typed any map for rust☆67Updated last year
- An updated version of linked-hash-map and friends☆139Updated 3 months ago
- Async filesystem primitives☆143Updated 3 months ago
- Compile-time string operations☆115Updated last week
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆152Updated 3 years ago
- Simple pure Rust AWS S3 Client following a Sans-IO approach☆145Updated last month
- Provides json/csv/protobuf/arrow streaming support for axum