workerpool
Thread pool library
A library that provides a thread pool implementation to efficiently manage concurrent tasks in JavaScript applications.
Offload tasks to a pool of workers on node.js and in the browser
2k stars
24 watching
146 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
diharaw/dw-thread-pool | A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
xxjwxc/gowp | A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 516 |
shettyh/threadpool | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
vardius/worker-pool | A Go library that manages a pool of worker processes to execute tasks asynchronously in parallel. | 92 |
zenthangplus/go-workerpool | A library that controls heavy Go Routines by providing a worker pool system for concurrent execution of tasks | 13 |
status-im/nim-taskpools | A lightweight threadpool implementation for parallel task execution with low power consumption and high performance. | 102 |
alitto/pond | A high-performance worker pool library for managing concurrent tasks in Go | 1,517 |
bshoshany/thread-pool | A lightweight C++17 thread pool library for efficient concurrent task execution | 2,206 |
jhumphry/reqrep_task_pools | An Ada 2012 package for simplifying task-based concurrency in applications. | 1 |
mbrossard/threadpool | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
marcoonroad/sporadic | A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
lukluk/iyem | A Node.js implementation of multi-threading using JavaScript | 7 |
tyler-hardin/thread_pool | A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. | 82 |
danwrong/restler | A Node.js library for making HTTP requests with automatic serialization and deserialization of data. | 1,986 |
qnope/man | A concurrent task execution framework written in C++17 | 6 |