nim-taskpools
ThreadPool
A lightweight threadpool implementation for parallel task execution with low power consumption and high performance.
Lightweight, energy-efficient, easily auditable threadpool
102 stars
19 watching
5 forks
Language: Nim
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
status-im/nim-faststreams | An efficient input/output stream library for Nim language | 125 |
mikra01/timerpool | Library providing a thread-safe timer management system. | 8 |
status-im/nim-stint | A fast and portable multi-precision integer library for use in various embedded systems and blockchain applications. | 83 |
mbrossard/threadpool | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
status-im/nim-presto | An efficient library for building REST APIs in the Nim language. | 56 |
status-im/nim-status | Provides an implementation of the Status protocol in Nim language | 9 |
shettyh/threadpool | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
fdhvdu/threadpool | A thread pool implementation providing exception-safety and performance for concurrent task execution | 131 |
status-im/nim-websock | A Websocket implementation for the Nim programming language | 82 |
status-im/nim-json-rpc | Provides a standardized interface for remote procedure calls over JSON format | 91 |
josdejong/workerpool | A library that provides a thread pool implementation to efficiently manage concurrent tasks in JavaScript applications. | 2,093 |
status-im/nim-http-utils | Provides a set of reusable HTTP helper procedures in Nim to simplify network programming | 27 |
bshoshany/thread-pool | A lightweight C++17 thread pool library for efficient concurrent task execution | 2,206 |
qnope/man | A concurrent task execution framework written in C++17 | 6 |
status-im/nim-daemon | A cross-platform process daemonization library for the Nim programming language | 32 |