C-Thread-Pool
Thread pool
A minimal but powerful threadpool implementation in ANSI C
A minimal but powerful thread pool in ANSI C
2k stars
77 watching
619 forks
Language: C
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tyler-hardin/thread_pool | A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. | 82 |
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. | 569 |
mtrebi/thread-pool | A C++ implementation of a thread pool for concurrent task execution | 1,156 |
developerpaul123/thread-pool | A lightweight thread pool library with high-performance capabilities | 470 |
bshoshany/thread-pool | A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
mbrossard/threadpool | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
shettyh/threadpool | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
chunelfeng/cthreadpool | A simple and high-performance C++ threadpool with cross-platform support | 353 |
diharaw/dw-thread-pool | A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
fdhvdu/threadpool | A thread pool implementation providing exception-safety and performance for concurrent task execution | 131 |
vit-vit/ctpl | Provides a thread pool implementation to manage concurrent execution of jobs in C++ | 1,829 |
andreiavrammsd/cpp-channel | A thread-safe container for sharing data between threads | 421 |
ivpusic/grpool | A lightweight goroutine pool for concurrent job execution. | 745 |
progschj/threadpool | A C++ implementation of a thread pool for concurrent execution of tasks | 8,013 |
tomekw/hikari-cp | A Clojure wrapper for a JDBC connection pool | 416 |