threadpool
Thread pool
An efficient and scalable thread pool implementation for concurrent task execution
Golang simple thread pool implementation
102 stars
5 watching
21 forks
Language: Go
last commit: over 4 years ago
Linked from 2 awesome lists
channelsfuturegolangscalableschedulerthreadpool
Related projects:
Repository | Description | Stars |
---|---|---|
xxjwxc/gowp | A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 516 |
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 |
diharaw/dw-thread-pool | A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
bshoshany/thread-pool | A lightweight C++17 thread pool library for efficient concurrent task execution | 2,206 |
loveleshsharma/gohive | A goroutine pool library for efficient asynchronous task execution | 52 |
sherifabdlnaby/gpool | Manages a resizeable pool of context aware goroutines to bound concurrency and wait for resources to become available. | 90 |
mbrossard/threadpool | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
shomali11/parallelizer | Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
ivpusic/grpool | A lightweight goroutine pool for concurrent job execution. | 745 |
pithikos/c-thread-pool | A minimal but powerful threadpool implementation in ANSI C | 2,078 |
chunelfeng/cthreadpool | A simple and high-performance C++ threadpool with cross-platform support | 349 |
josdejong/workerpool | A library that provides a thread pool implementation to efficiently manage concurrent tasks in JavaScript applications. | 2,093 |
developerpaul123/thread-pool | A lightweight thread pool library with high-performance capabilities | 461 |
status-im/nim-taskpools | A lightweight threadpool implementation for parallel task execution with low power consumption and high performance. | 102 |