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: almost 5 years ago
Linked from 2 awesome lists
channelsfuturegolangscalableschedulerthreadpool
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 519 |
| A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. | 82 |
| A C++ implementation of a thread pool for concurrent task execution | 1,156 |
| A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
| A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
| A goroutine pool library for efficient asynchronous task execution | 52 |
| Manages a resizeable pool of context aware goroutines to bound concurrency and wait for resources to become available. | 90 |
| A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
| Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
| A lightweight goroutine pool for concurrent job execution. | 745 |
| A minimal but powerful threadpool implementation in ANSI C | 2,118 |
| A simple and high-performance C++ threadpool with cross-platform support | 353 |
| A library that provides a thread pool implementation to efficiently manage concurrent tasks in JavaScript applications. | 2,108 |
| A lightweight thread pool library with high-performance capabilities | 470 |
| A lightweight threadpool implementation for parallel task execution with low power consumption and high performance. | 101 |