leosocy / SmartThreadPool
A smart C++11 thread pool. Efficiently schedule your threads using "Classify Thread Pool", "Priority Task Queue". And also provide "Self-Adaption Pool Capacity" policy, "State Monitor" of tasks and workers function.
☆21Updated 6 years ago
Alternatives and similar repositories for SmartThreadPool:
Users that are interested in SmartThreadPool are comparing it to the libraries listed below
- c++11实现的一个实用的轻量级跨平台多线程actor框架,支持pull和push接口,支持基于协程的异步调用,目前只支持本地消息传递☆22Updated last year
- header only log inherited from Nanolog☆36Updated 4 years ago
- std::future extension☆37Updated 4 years ago
- c++ operation database like mybatis☆35Updated 2 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- an easy to use async redis client implemented in c++11☆35Updated 4 years ago
- 共享内存字典,使用共享内存存储数据,进程没了数据还在☆18Updated 2 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆53Updated 10 years ago
- Thread safe, lock-free memory pool.☆57Updated 11 months ago
- this is my summary c++ common tools☆27Updated last year
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆29Updated 3 years ago
- C++ implementation of hierarchy time wheel☆26Updated 4 years ago
- 简单有效的内存池实现☆94Updated 8 years ago
- c++11任务库☆53Updated 9 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆26Updated 5 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆30Updated 11 years ago
- libuv-based Event Dispatcher for Qt☆29Updated 9 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆96Updated 8 years ago
- Simple Generic Thread Pool☆13Updated 6 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆48Updated 6 years ago
- a simple coroutine for c++