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.
☆48Updated 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:
- Typed any map for rust☆67Updated 9 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 2 weeks ago
- A global executor built on top of async-executor and smol☆74Updated 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…☆96Updated 3 weeks ago
- Async filesystem primitives☆139Updated 3 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- Parallel iterator processing library for Rust☆103Updated 2 years ago
- `faststr` is a string library that try to avoid the cost of clone.☆105Updated 3 weeks ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Streaming JSON reader and writer written in Rust☆82Updated last month
- Simple string matching with single- and multiple-wildcard operator☆87Updated 3 weeks ago
- Asynchronous HTTP body trait☆147Updated last month
- Cross platform Rust library for checking whether two file paths are the same file.☆115Updated 8 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆138Updated last month
- Testing framework for rust enhancing the built-in library with some useful features.☆67Updated 5 months ago
- Port of bbolt in Rust☆65Updated last year
- Migrated to Codeberg☆80Updated 2 years ago
- Async networking primitives for TCP/UDP/Unix communication☆136Updated 8 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Asynchronous DNS lookups☆66Updated last year
- Object Pool LockFree in Rust☆47Updated last week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆138Updated last year
- Provides json/csv/protobuf/arrow streaming support for axum☆80Updated last month
- a cross-platform library for opening OS pipes in Rust☆113Updated 3 weeks 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 7 months ago
- Procedural macro crate for conversion between Rust structs and associative containers.☆61Updated 2 years ago
- A lockless mpmc/mpsc to support async base on crossbeam☆177Updated last week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 10 months ago