#threadpool (8 Repositories)
Ranked open-source repositories tagged with #threadpool, scored by pull request acceptance likelihood and maintainer engagement velocity.
19.5%
25.8h
8 repositories tagged #threadpool
ZjzMisaka/PowerThreadPool
A comprehensive and efficient low-contention thread pool for easily managing both sync and async workloads. It provides granular work control, flexible concurrency, and robust error handling.
poolifier/poolifier
Fast and small Node.js worker_threads and cluster worker pool
ZLMediaKit/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
ChunelFeng/CThreadPool
【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork
tghosgor/threadpool11
A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.
ashvardanian/ForkUnion
Low-latency NUMA-aware fork-join thread-pool with zero allocations, syscalls, CAS, or false-sharing on the hot path for C, C++, Rust, and Zig 🍴
iqiyi/TaskManager
一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。
lzpong/threadpool
based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数