threadpool topic

List threadpool repositories

commonpp

32
Stars
12
Forks
Watchers

Small library helping you with basic stuff like getting metrics out of your code, thread naming, etc.

itogami

129
Stars
7
Forks
Watchers

Fastest and most efficient goroutine pool (experimental)

ZLToolKit

1.8k
Stars
569
Forks
Watchers

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO

weave

530
Stars
22
Forks
Watchers

A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead

concurrencpp

2.1k
Stars
192
Forks
Watchers

Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all

thread-pool

2.0k
Stars
235
Forks
Watchers

BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library

threadpool11

323
Stars
82
Forks
Watchers

A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.

task-worklet

275
Stars
4
Forks
Watchers

Task Worklet: explainer, polyfill and demos.

envpool

1.0k
Stars
89
Forks
Watchers

C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.

CGraph

1.5k
Stars
279
Forks
Watchers

【A common used C++ DAG framework】 一个通用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork