Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with threadpool

A curated list of projects in awesome lists tagged with threadpool .

https://github.com/dromara/dynamic-tp

🔥🔥🔥轻量级动态线程池,内置监控告警功能,集成三方中间件线程池管理,基于主流配置中心(已支持Nacos、Apollo,Zookeeper、Consul、Etcd,可通过SPI自定义实现)。Lightweight dynamic threadpool, with monitoring and alarming functions, base on popular config centers (already support Nacos、Apollo、Zookeeper、Consul, can be customized through SPI).

apollo consul dubbo dynamic-threadpool grpc java micrometer monitor nacos rocketmq spring springboot springcloud thread threadpool threadpoolexecutor zookeeper

Last synced: 27 Sep 2024

https://github.com/zlmediakit/zltoolkit

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO

epoll logger network ringbuffer sql ssl threadpool timer

Last synced: 01 Oct 2024

https://github.com/chunelfeng/cgraph

【A simple C++ DAG framework】 一个简单好用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork

ai awesome-cpp bilibili concurrency cpp dag framework graph hpc machine-vision taskflow threadpool workflow

Last synced: 25 Sep 2024

https://github.com/ChunelFeng/CGraph

【A simple C++ DAG framework】 一个简单好用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork

ai awesome-cpp bilibili concurrency cpp dag framework graph hpc machine-vision taskflow threadpool workflow

Last synced: 31 Jul 2024

https://github.com/codinghanya/workspace

workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。

concise concurrency cpp11 easy-to-use framework high-performance sfinae stable threadpool

Last synced: 29 Sep 2024

https://github.com/CodingHanYa/workspace

workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。

concise concurrency cpp11 easy-to-use framework high-performance sfinae stable threadpool

Last synced: 31 Jul 2024

https://github.com/mratsim/weave

A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead

data-parallelism fork-join message-passing multithreading openmp parallelism runtime scheduler task-parallelism task-scheduler threadpool work-stealing

Last synced: 03 Oct 2024

https://github.com/ConorWilliams/libfork

A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines

cactus-stack concurrency concurrent coroutines cpp20 lock-free parallel parallel-computing scheduler task-graph tasking threading threadpool wait-free work-stealing

Last synced: 01 Aug 2024

https://github.com/Maratyszcza/pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++

multi-core multi-threading pthreads threadpool

Last synced: 31 Jul 2024

https://github.com/tghosgor/threadpool11

A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.

cpp11 threading threadpool

Last synced: 30 Jul 2024

https://github.com/poolifier/poolifier

Fast and small Node.js worker_threads and cluster worker pool

computing concurrency cpu eventloop javascript nodejs parallelism performance scheduling threadpool typescript worker-pool

Last synced: 14 Aug 2024

https://github.com/ChunelFeng/CThreadPool

【A simple used C++ threadpool】一个简单好用,性能优异的跨平台的C++线程池。欢迎 star & fork

cgraph concurrency cpp parallel-computing thread threadpool

Last synced: 31 Jul 2024

https://github.com/developit/task-worklet

Task Worklet: explainer, polyfill and demos.

threading threadpool worker worker-pool worklet

Last synced: 01 Oct 2024

https://github.com/senlinzhan/dpool

使用 C++11 实现的动态线程池

c-plus-plus-11 dynamic-threadpool high-performance threadpool

Last synced: 31 Jul 2024

https://github.com/shettyh/threadpool

Golang simple thread pool implementation

channels future golang scalable scheduler threadpool

Last synced: 30 Jul 2024

https://github.com/taymindis/atomic_threadpool

it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability

asynchronous atomic-design c cross-platform java jni lockfree multithreading threadpool

Last synced: 29 Sep 2024

https://github.com/xwhqsj/calljvm

Call JVM from C/C++ in ThreadPool

cplusplus-11 java jni multithreading threadpool

Last synced: 29 Sep 2024

https://github.com/zenthangplus/go-workerpool

Go WorkerPool aims to control heavy Go Routines

golang goroutine threadpool workerpool

Last synced: 30 Jul 2024

https://github.com/demurzasty/aprum

Multithreaded task dispatcher designed to efficiently distribute tasks across multiple threads for Godot4

dispatcher gdscript godot godot4 multithreading parallel task task-manager threadpool

Last synced: 26 Sep 2024

https://github.com/InteractivePlus/EasyCrossPlatform_src

⛳ An easy-to-use crossplatform C++ Library, primarily for server-side development.

cpp crossplatform easy-to-use fileio http-parser multithreading socket threadpool

Last synced: 01 Aug 2024

https://github.com/embeddedcrab/stm32mp1_multicore_comm

Projects done on STM32MP157C-DK2 Kit. Communication between Multiple Cores in mutithreaded environment using C/C++.

c-cpp client-server cpp14 freertos heterogeneous-parallel-programming multicore openamp-rpmsg platform-development stm32mp1 system-programming threadpool

Last synced: 29 Sep 2024

https://github.com/sebsikora/void_thread_pool

An ultra-simple thread pool implementation for running void() functions in multiple worker threads

concurrency cplusplus-11 cpp multithreading thread-pool threading threadpool worker-threads

Last synced: 29 Sep 2024

https://github.com/chucheng92/easythreadpool

:smiley:Java实现的简单线程池

java threadpool

Last synced: 01 Oct 2024

https://github.com/cpplawyer/threadpool-for-multithreading

One thread will be used to launch other threads very cheaply, and if there is no task, the one thread will yield and execute another task. With this threadpool, it is possible to stop at any moment and restart at any moment It is also possible to let the system decide when to deallocate the threadpool object.

cplusplus cplusplus-11 cplusplus-17 low-latency low-level multithreading mutex optimization performance thread-pool thread-safe threadpool

Last synced: 29 Sep 2024

https://github.com/bardiparsi/threadpoolmanager

ThreadPoolManager is a C++ project that implements an efficient multi-threading system using a thread pool for generic functions of the same type and different tasks. It includes task management, synchronization mechanisms, and thread-safe logging to demonstrate concurrent task execution.

cpp cpp17 cpp20 cuda cuda-programming memory-management multiprocessing multithreading parallel-computing parallel-processing parallel-programming thread thread-pool thread-safety threadpool threads threadsafe

Last synced: 28 Sep 2024