CThreadPool

C threadpool

A simple and high-performance C++ threadpool with cross-platform support

【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork

GitHub

349 stars
5 watching
66 forks
Language: C++
last commit: 12 days ago
cgraphconcurrencycppparallel-computingthreadthreadpool

Related projects:

Repository Description Stars
developerpaul123/thread-pool A lightweight thread pool library with high-performance capabilities 461
bshoshany/thread-pool A lightweight C++17 thread pool library for efficient concurrent task execution 2,206
fdhvdu/threadpool A thread pool implementation providing exception-safety and performance for concurrent task execution 131
tyler-hardin/thread_pool A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. 82
mtrebi/thread-pool A C++ implementation of a thread pool for concurrent task execution 1,146
vit-vit/ctpl Provides a thread pool implementation to manage concurrent execution of jobs in C++ 1,816
inkooboo/thread-pool-cpp A high-performance C++11 thread pool with support for multiple scheduling strategies and benchmarked against a Boost.Asio-based implementation. 568
diharaw/dw-thread-pool A simple, header-only thread pool library for managing tasks and worker threads. 33
shettyh/threadpool An efficient and scalable thread pool implementation for concurrent task execution 102
mbrossard/threadpool A C implementation of a thread pool that can be used to manage and execute tasks concurrently. 858
pithikos/c-thread-pool A minimal but powerful threadpool implementation in ANSI C 2,078
qnope/man A concurrent task execution framework written in C++17 6
andreiavrammsd/cpp-channel A thread-safe container for sharing data between threads 407
chunelfeng/cgraph A C++ framework for building directed acyclic graph-based parallel computations with dependency and scheduling management 1,779
hardikp/cpp-mempool A C++ library for managing memory pools with efficient allocation and deallocation 19