threadpool
Thread pool manager
A C implementation of a thread pool that can be used to manage and execute tasks concurrently.
A simple C Thread pool implementation
858 stars
64 watching
339 forks
Language: C
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bshoshany/thread-pool | A lightweight C++17 thread pool library for efficient concurrent task execution | 2,206 |
mtrebi/thread-pool | A C++ implementation of a thread pool for concurrent task execution | 1,146 |
shettyh/threadpool | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
boostorg/fiber | A framework for cooperative scheduling of micro-threads using stored execution states. | 463 |
pithikos/c-thread-pool | A minimal but powerful threadpool implementation in ANSI C | 2,078 |
status-im/nim-taskpools | A lightweight threadpool implementation for parallel task execution with low power consumption and high performance. | 102 |
chunelfeng/cthreadpool | A simple and high-performance C++ threadpool with cross-platform support | 349 |
diharaw/dw-thread-pool | A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
developerpaul123/thread-pool | A lightweight thread pool library with high-performance capabilities | 461 |
microsoft/microsoft.io.recyclablememorystream | A MemoryStream replacement that provides pooling and improved performance through optimized buffer management | 1,991 |
tyler-hardin/thread_pool | A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. | 82 |
fdhvdu/threadpool | A thread pool implementation providing exception-safety and performance for concurrent task execution | 131 |
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 |
zkat/chanl | A concurrency framework that enables threads to communicate and synchronize using channel objects. | 169 |
mikra01/timerpool | Library providing a thread-safe timer management system. | 8 |