threadpool topic

List threadpool repositories

dpool

138
Stars
21
Forks
Watchers

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

isolation-threadpool

21
Stars
21
Forks
Watchers

从Hystrix核心代码中提取出来的线程池隔离的代码,可以非常方便的在Web应用中实现线程池隔离

PosixDispatch

20
Stars
4
Forks
Watchers

A fast, small, efficient analog of GCD in Swift

GameThreadPool

22
Stars
34
Forks
Watchers

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

CThreadPool

330
Stars
66
Forks
Watchers

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

python3-concurrency

56
Stars
26
Forks
Watchers

Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异...

iocp-delphi

48
Stars
11
Forks
Watchers

Windows I/O Completion Port wrapper class for Delphi and Free Pascal

atomic_threadpool

23
Stars
8
Forks
Watchers

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

rusty_pool

38
Stars
4
Forks
Watchers

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.

ThreadPool

36
Stars
15
Forks
Watchers

a dynamic threadpool