A very simple thread pool for parallel task execution
-
Updated
Jun 14, 2022 - Rust
A very simple thread pool for parallel task execution
Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.
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.
A simple thread pool for stateful parallel task execution
BYTΞ Engine is a Rust based game engine focused on API simplicity and modularity. https://discord.gg/cyhVG82R7w
A Rust crate that provides thread pool for managing executions of erasure coding
Rust: A scoped threadpool where each thread has a state
A tree-shaped thread pool used for spawning stack-bound scoped jobs with no work stealing. Derived from a little bit of rayon-core code + new thread pool on top.
Unfinished prototype of locality-aware fork-join task scheduling for rayon
A Rust library for running blocking jobs on a dedicated thread pool with CPU core affinity per thread
lasttest is a load generator written in rust optimized for NUMA systems
Rust thread pool scheduler with extra specific abilities
Thread Pool library for Rust task execution with JavaScript Promise like syntax and implementation
Add a description, image, and links to the thread-pool topic page so that developers can more easily learn about it.
To associate your repository with the thread-pool topic, visit your repo's landing page and select "manage topics."