An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with thread-pool

A curated list of projects in awesome lists tagged with thread-pool .

https://github.com/linyacool/webserver

A C++ High Performance Web Server

cpp11 epoll http http-server raii reactor thread-pool webserver

Last synced: 14 May 2025

https://github.com/alibaba/transmittable-thread-local

📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.

apm async async-context asynchronous asynchronous-context context dapper distributed-tracing executor forkjoinpool framework java middleware thread-pool threadlocal threadsafe tracing transmittable transmittable-thread-local

Last synced: 12 May 2025

https://github.com/linyacool/WebServer

A C++ High Performance Web Server

cpp11 epoll http http-server raii reactor thread-pool webserver

Last synced: 26 Mar 2025

https://github.com/opengoofy/hippo4j

📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.

blocking-queue dynamic dynamic-threadpool java kafka monitor resizable rocketmq springboot thread-pool

Last synced: 14 May 2025

https://github.com/andywer/threads.js

🧵 Make web workers & worker threads as simple as a function call.

isomorphic-javascript javascript multithreading nodejs thread-pool typescript web-worker worker-pool worker-threads

Last synced: 13 May 2025

https://github.com/water-melon/melon

A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).

algorithms aop base64 c c99 cipher-algorithms data-structures framework http interpreter json md5 memory-pool multiprocessing multithreading reedsolomon regular-expression sha1 sha256 thread-pool

Last synced: 19 Oct 2025

https://github.com/Water-Melon/Melon

A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).

algorithms aop base64 c c99 cipher-algorithms data-structures framework http interpreter json md5 memory-pool multiprocessing multithreading reedsolomon regular-expression sha1 sha256 thread-pool

Last synced: 18 Mar 2025

https://github.com/mtrebi/thread-pool

Thread pool implementation using c++11 threads

concurrency futures multi-threading thread-pool threads

Last synced: 16 May 2025

https://github.com/songxinjianqwe/Chat

Java NIO+多线程实现聊天室

chat java nio protostuff spring thread-pool

Last synced: 27 Mar 2025

https://github.com/zhenfeng13/concurrent-programming

:cactus:《实战java高并发程序设计》源码整理

concurrency java thread thread-pool threads threadsafe

Last synced: 05 Apr 2025

https://github.com/ZHENFENG13/concurrent-programming

:cactus:《实战java高并发程序设计》源码整理

concurrency java thread thread-pool threads threadsafe

Last synced: 11 Jul 2025

https://github.com/rust-threadpool/rust-threadpool

A very simple thread pool for parallel task execution

parallelism rust thread-pool

Last synced: 30 Dec 2025

https://github.com/ashvardanian/forkunion

Lower-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocations, mutexes, CAS-primitives, and false-sharing on the hot path 🍴

arm atomics compare-and-swap concurrency memory-model mpi multithreading openmp parallel-computing parallel-stl parallelism rayon thread-pool threadpool

Last synced: 16 Dec 2025

https://github.com/alairion/not-enough-standards

A modern header-only C++ library that provides platform-independent utilities.

cpp cpp17 cpp20 mutex named-mutex named-pipes pipes process semaphores shared-library thread-pool utility-library

Last synced: 07 May 2025

https://github.com/Alairion/not-enough-standards

A modern header-only C++ library that provides platform-independent utilities.

cpp cpp17 cpp20 mutex named-mutex named-pipes pipes process semaphores shared-library thread-pool utility-library

Last synced: 08 May 2025

https://github.com/thanhit95/multi-threading

Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.

blocking-queue concurrency cpp csharp java javascript multithreading mutex nodejs producer-consumer pthread python semaphore synchronization thread thread-pool threading tutorial worker

Last synced: 28 Aug 2025

https://github.com/zjzmisaka/powerthreadpool

A comprehensive and efficient lock-free thread pool with granular work control, flexible concurrency, and robust error handling, alongside an easy-to-use API for diverse work submissions.

async coroutine csharp dotnet lock-free lockfree task thread thread-pool threadpool

Last synced: 16 May 2025

https://github.com/singgel/netty-skilltree

干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码

heartbeat netty protobuf rmi springboot thread-pool websocket

Last synced: 12 Apr 2025

https://github.com/Fdhvdu/ThreadPool

A fastest, exception-safety and pure C++17 thread pool.

c-plus-plus-17 fastest performance-comparison thread-pool

Last synced: 08 May 2025

https://github.com/ihhub/penguinv

Computer vision library with focus on heterogeneous systems

avx computer-vision cpp cuda gpu hacktoberfest heterogeneous-systems image-processing opencl python simd sse thread-pool

Last synced: 30 Oct 2025

https://github.com/stevana/elastically-scalable-thread-pools

An experiment in controlling the size of a thread pool using a PID controller.

elastic pid-controller scalable thread-pool

Last synced: 21 Mar 2025

https://github.com/jeremyong/coop

C++20 coroutines-based cooperative multitasking library

cooperative-multitasking coroutines cpp cpp20 multithreading thread-pool

Last synced: 09 Jul 2025

https://github.com/hopsoft/local_bus

A lightweight pub/sub system for decoupled intra-process communication in Ruby applications

events non-blocking-io publish-subscribe pubsub ruby thread-pool

Last synced: 05 Apr 2025

https://github.com/vegardit/haxe-concurrent

A haxelib for basic platform-agnostic concurrency support

concurrency executor hashlink haxe haxelib lock neko scheduler thread thread-pool

Last synced: 15 Mar 2025

https://github.com/Tyler-Hardin/thread_pool

Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.

c-plus-plus-17 c-plus-plus-20 concepts concurrency cpp priority-pool thread-pool

Last synced: 08 May 2025

https://github.com/ashvardanian/fork_union

Low(est?)-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocations, mutexes, CAS-primitives, and false-sharing on the hot path 🍴

arm atomics compare-and-swap concurrency memory-model mpi multithreading openmp parallel-computing parallel-stl parallelism rayon thread-pool threadpool

Last synced: 13 Jun 2025

https://github.com/jonhoo/pthread_pool

A simple implementation of thread pooling for C/C++ using POSIX threads

multi-core multithreading posix-threads pthreads thread-pool

Last synced: 22 Mar 2025

https://github.com/xhjcehust/lftpool

Lock-Free Thread Pool

c linux lock-free thread-pool

Last synced: 28 Jun 2025

https://github.com/abo123456789/leek

Distributed task redisqueue(最简单python分布式函数调度框架)

distribute-crawler kafka leek producer-consumer queue-tasks redis redisqueue sqlite3 thread-pool web-crawler

Last synced: 15 Jun 2025

https://github.com/zhuagenborn/echo-web-server

☁️ A C++20 echo web server using a thread pool, an epoll and non-blocking sockets to process requests, consisting of a YAML-based configuration, a customizable logger and a min-heap-based timer.

cpp20 epoll googletest heap http linux logger network socket thread-pool timer website

Last synced: 20 Aug 2025

https://github.com/c-cube/moonpool

Commodity thread pools and concurrency primitives for OCaml 5

domains futures multicore ocaml ocaml5 thread-pool work-stealing

Last synced: 15 Mar 2025

https://github.com/Nepxion/DiscoveryAgent

☀️ Nepxion Discovery Agent is a java agent to resolve loss of ThreadLocal in cross-thread scenario, such as Spring Async、Hystrix Thread、Runnable、Callable、Single Thread、Thread Pool、MDC 异步跨线程Agent

async cross-thread hystrix java-agent single-thread spring-async thread-pool

Last synced: 03 May 2025

https://github.com/vvzen/pyside2-qml-examples

Collection of simple examples showcasing qml & qtquick + PySide2 & python

listview nested-structures pyside2 python27 python37 qml qml-samples qtquick thread-pool threads

Last synced: 11 Oct 2025

https://github.com/nepxion/discoveryagent

☀️ Nepxion Discovery Agent is a java agent to resolve loss of ThreadLocal in cross-thread scenario, such as Spring Async、Hystrix Thread、Runnable、Callable、Single Thread、Thread Pool、MDC 异步跨线程Agent

async cross-thread hystrix java-agent single-thread spring-async thread-pool

Last synced: 24 Apr 2025

https://github.com/pyrustic/asyncpal

Parallelism and preemptive concurrency for sporadic workloads

concurrency library map parallelism process-pool python thread-pool

Last synced: 09 Apr 2025

https://github.com/robinfriedli/rusty_pool

Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support.

async concurrency concurrent executor futures rust thread thread-pool threadpool

Last synced: 13 Apr 2025

https://github.com/luizkowalski/concurrent_rails

🕹 Small library to make concurrent-ruby and Rails play nice together

concurrency concurrent-rails concurrent-ruby ruby ruby-on-rails thread thread-pool

Last synced: 11 Nov 2025

https://github.com/k2informaticsgmbh/erloci

Erlang Oracle native driver - DEPRECATED, see https://github.com/K2InformaticsGmbH/oranif instead

archived-repository c-plus-plus database deprecated deprecated-repo erlang erlang-driver instantclient obselete oci oracle thread-pool

Last synced: 13 Oct 2025

https://github.com/codhek/pysoc.js

:sunglasses: Simple gsoc data scraper, search for any keyword and instantly get data about the orgs that match your search criteria, use filters to sort and analyse the data, uses fuzzy-searching to improve user-search experience

analytics bs4 firebase fusejs fuzzy-search gsoc-data-scraper reactjs scrapper thread-pool

Last synced: 19 Jun 2025

https://github.com/diharaw/dw-thread-pool

A simple, header-only, dependency-free, C++ 11 based ThreadPool library.

jobsystem task-scheduler thread-pool

Last synced: 08 May 2025

https://github.com/codamic/hellhound

A set of libraries to create asynchronous, high performance, scalable and simple application.

async clojure clojurescript data-flow framework react stream thread-pool web-development

Last synced: 03 May 2025

https://github.com/diharaw/dwThreadPool

A simple, header-only, dependency-free, C++ 11 based ThreadPool library.

jobsystem task-scheduler thread-pool

Last synced: 17 Mar 2025

https://github.com/arindas/sangfroid

A load balanced threadpool.

binary-heap load-balanced thread-pool

Last synced: 04 Jul 2025

https://github.com/maksimka101/combine

A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API

binary-messenger dart flutter isolate method-channel platform-channel thread-pool worker-manager

Last synced: 23 Jun 2025

https://github.com/Maksimka101/combine

A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API

binary-messenger dart flutter isolate method-channel platform-channel thread-pool worker-manager

Last synced: 03 Apr 2025

https://github.com/sysprog21/threadkit

A collection of lightweight threading utilities

inline-profiler mutex posix-threads tasklet thread-pool

Last synced: 08 May 2025

https://github.com/jwpttcg66/gamethreadpool

游戏中常用的线程池,顺序队列和非顺序队列

game game-thread game-thread-pool gamethread gamethreadpool thread-pool threadpool

Last synced: 12 Apr 2025

https://github.com/hqarroum/thread-pool

🔓 A lock-free thread-pool implementation in C++11.

lock-free thread-pool

Last synced: 19 Apr 2025

https://github.com/gazebosim/gz-common

An audio-visual library supports processing audio and video files, a graphics library can load a variety 3D mesh file formats into a generic in-memory representation, and the core library of Gazebo Common contains functionality that spans Base64 encoding/decoding to thread pools.

3d-mesh audio cpp decoding events gazebo gazebosim graphics hacktoberfest ignition-robotics library profiler robotics robotics-simulation thread-pool tools video

Last synced: 12 Dec 2025

https://github.com/paintdream/iris

Iris is an extensible asynchronous header-only framework written in pure modern C++, including a M:N task scheduler (with coroutine support for C++ 20 optionally) and an advanced DAG-based task dispatcher.

coroutines dag lua luabinding multi-threading thread-pool

Last synced: 26 Dec 2025

https://github.com/tolitius/grete

kafka client with threads and a scheduler

concurrency consumer kafka producer thread-pool

Last synced: 14 Jul 2025

https://github.com/frugalos/ecpool

A Rust crate that provides thread pool for managing executions of erasure coding

erasure-coding rust thread-pool

Last synced: 10 Apr 2025

https://github.com/njaard/pond

Rust: A scoped threadpool where each thread has a state

crates rust thread-pool

Last synced: 15 Jul 2025

https://github.com/armink-rtt-pkgs/thread_pool

a thread pool base on RT-Thread | 基于 RT-Thread 的线程池实现

ansi c rt-thread thread-pool threadpool

Last synced: 17 Sep 2025

https://github.com/feluxe/aioexec

asyncio executors, clean and simple.

asyncio concurrent-futures executor process-pool python thread-pool

Last synced: 14 Apr 2025

https://github.com/jrmadsen/madthreading

A low-overhead, task-based threading API using a thread-pool of C++11 threads

async cplusplus cpp cpp11 multithreading openmp pthreads pybind11 python task-tree tbb thread-management thread-pool threading threadpool threadsafe

Last synced: 11 Apr 2025

https://github.com/bluss/thread-tree

A tree-shaped thread pool used for spawning stack-bound scoped jobs with no work stealing. Derived from a little bit of rayon-core code + new thread pool on top.

rust rust-lang rust-sci thread-pool

Last synced: 13 Apr 2025

https://github.com/cpg1111/threadpool-go

OS Thread Pool For Golang

go golang thread-pool threading threads

Last synced: 02 Apr 2025

https://github.com/sebsikora/cpp_logic_simulation

A simple digital logic simulator written as a learning exercise in C++

cplusplus framework logic-simulation logic-simulator multi-threaded simulation simulator thread-pool

Last synced: 20 Oct 2025

https://github.com/rajagopal28/simple-web-crawler

Java based web-crawler program which makes use of pool based multi-threading, simple UI with Swing and jsoup to nested web crawling

async concurrency crawler-application functional-interfaces future-tasks java java-8 jsoup jtree maven mockito multi-threading powermockito stub swing tdd thread-pool web-crawler wiremock worker-threads

Last synced: 13 Apr 2025

https://github.com/gilzoide/taskfactoryobject

TaskFactory Unity objects plus a collection of TaskSchedulers with optional limited concurrency

task-factory task-scheduler thread-pool threading unity

Last synced: 19 Mar 2025

https://github.com/578223592/thread_pool_c11

从0开始实现一个高性能的线程池

thread-pool

Last synced: 19 Sep 2025

https://github.com/shahidcodes/threadifier-node

Run long running task in worker thread with promises.

creating-threads multithreading nodejs promises thread-pool worker-thread

Last synced: 20 Mar 2025

https://github.com/corvusoft/runloop

Event processing loop for scheduling and coordinating asynchronous work; fire and forget.

async-programming asynchronous asyncio runloop thread-pool

Last synced: 10 Apr 2025

https://github.com/surrealdb/affinitypool

A Rust library for running blocking jobs on a dedicated thread pool with CPU core affinity per thread

surreal surrealdb thread-pool threadpool

Last synced: 02 Jul 2025

https://github.com/dsiner/taskscheduler

Thread Pool. Task/Thread switching, scheduling, without RxJava2; 线程池、线程切换、任务调度

flow scheduler task thread thread-pool

Last synced: 02 Aug 2025

https://github.com/unusualcodeorg/clab

clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.

c coding-challenge consumer-producer cpp graph hashmap linkedlist maze-algorithms programming pthreads puzzles queue stack thread-pool travelling-salesman-problem tree

Last synced: 16 Apr 2025

https://github.com/smikhalevski/parallel-universe

🚀 The set of async flow control structures and promise utils.

async async-queue blocker concurrency delay executor lock parallel pool promise queue repeat-until sleep thread-pool timeout

Last synced: 27 Apr 2025

https://github.com/maxim2266/mvr

Minimal Viable Runtime (MVR)

go golang logging runtime thread-pool

Last synced: 14 Apr 2025

https://github.com/t3tra-dev/mtaio

A comprehensive framework for asynchronous I/O operations and utilities.

async async-await asynchronous asyncio multithreading python python3 thread-pool threading threadpool

Last synced: 20 Jun 2025

https://github.com/jeremyko/kothreadpool

simple c++ thread pool

thread thread-pool

Last synced: 29 Aug 2025

https://github.com/hyp3rd/go-worker

`go-worker` provides a simple way to manage and execute tasks concurrently and prioritized, leveraging a `TaskManager` that spawns a pool of `workers`.

concurrency golang parallel-programming task-manager task-runner thread-pool threading

Last synced: 23 Oct 2025

https://github.com/kevlened/threadwork

Simple, no frills, threading in Node.js

nodejs pool thread-pool threading worker-pool workers

Last synced: 08 Jul 2025

https://github.com/jyotindersingh/multithreading

Descriptive Advanced Multithreading examples in Java

critical-sections daemon-threads hacktoberfest thread thread-pool throughput

Last synced: 27 Oct 2025

https://github.com/gcarreno/testthreadpool

Example of how to use the Class TThread with a pool manager

example fpc free-pascal freepascal lazarus object-pascal objectpascal thread-pool threading threads

Last synced: 06 Jan 2026

https://github.com/alttch/neotasker

Lightweight workers and task management library for Python

asyncio event interval python3 queue thread-pool threadpoolexecutor workers

Last synced: 28 Apr 2025

https://github.com/naryl/cl-cooperative

Cooperative multitasking in the simplest but by no means efficient way

common-lisp lisp thread thread-pool

Last synced: 06 Jan 2026

https://github.com/bruce-lee-ly/thread_pool

Thread pool is implemented to process task queue with C++11.

cpp11 task-queue thread-pool

Last synced: 04 Jan 2026

https://github.com/andreacasalino/cpp-thread-pool

C++ library implementing prioritized or equi-prioritized thread pooling

asynchronous asynchronous-programming await cpp functional lambda multithreading pool thread thread-pool threads

Last synced: 13 Apr 2025

https://github.com/performanc/cpools

Light-weight pool library for C89+

c c89 cross-platform pool thread-pool

Last synced: 24 Aug 2025

https://github.com/zhaocc1106/modern_cpp_concurrent

现代c++并发编程(线程管理,线程共享数据,线程同步,原子变量,内存模型与顺序,线程池...)

cpp thread-pool

Last synced: 23 Mar 2025