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:
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- Procedural macro crate for conversion between Rust structs and associative containers.☆60Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- Simple string matching with single- and multiple-wildcard operator☆87Updated 9 months ago
- Testing framework for rust enhancing the built-in library with some useful features.☆66Updated 2 months ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 7 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 8 months ago
- Asynchronous access to a bincode-encoded item stream.☆76Updated 3 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- Drpc-Correct, high performance, robust, easy use Remote invocation framework☆38Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆111Updated 3 months ago
- Typed any map for rust☆67Updated 6 months ago
- Object Pool LockFree in Rust☆47Updated last week
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 11 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 9 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…☆88Updated 4 months ago
- Provides json/csv/protobuf/arrow streaming support for axum