gzpscuter / high-concurrency-TimerLinks
基于时间轮的c++高并发任务定时器,支持微秒级别的定时与延时任务,可实现10w/s级别任务的秒级定时
☆22Updated 5 years ago
Alternatives and similar repositories for high-concurrency-Timer
Users that are interested in high-concurrency-Timer are comparing it to the libraries listed below
Sorting:
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Updated 5 years ago
- 一些C/C++常用封装例子☆214Updated 4 years ago
- 轻量级网络库, 基于C++11☆125Updated 3 years ago
- 【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork☆414Updated 6 months ago
- A thread safe stl implementation base on C++11 stl☆50Updated 4 years ago
- Only need two lines of code to convert between class and json. 两行代码实现C++ Json与类对象相互转换。☆124Updated 2 years ago
- C风格、C++风格及C++11特性的线程池☆43Updated 2 years ago
- Examples and toturials for C++ Boost Asio library.☆273Updated 3 years ago
- c++工具库☆107Updated 4 years ago
- 实现的一个简易的 C++ 序列化库☆78Updated 3 years ago
- 一个简单好用的定时器组件,支持Cron表达式,只有一个头文件,不依赖任何第三方库,跨平台。☆56Updated last year
- The code from CSDN(大学时写的博客代码存储地)☆83Updated 2 years ago
- asio examples☆223Updated 3 months ago
- a modern c++ plugin library☆86Updated 4 years ago
- c++ framework☆108Updated 2 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆367Updated 5 years ago
- Coroutine Workflow based on C++ 20☆70Updated last month
- 基于 ZeroMQ 封装的进程间通信库,支持按 Topic 过滤的发布订阅模式和 RPC 模式通信