lizhenghn123 / zl_threadpool
Linux平台下C++(C++98、C++03、C++11)实现的线程池
☆628Updated 3 years ago
Alternatives and similar repositories for zl_threadpool:
Users that are interested in zl_threadpool are comparing it to the libraries listed below
- Ring-Log是一个高效简洁的C++异步日志 , 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆417Updated 3 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆517Updated last year
- based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数☆1,027Updated last year
- Tutorial of Muduo network library☆515Updated 5 years ago
- Linux多线程服务端编程[muduo C++网络库]☆539Updated 3 years ago
- <-- workflow 中文注释 / demos / 源码解析☆282Updated 2 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆360Updated 7 years ago
- The modern c++ rpc library implemented in a few hundred lines of code☆441Updated 5 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全