LeechanX / Ring-LogLinks
Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景
☆424Updated 3 years ago
Alternatives and similar repositories for Ring-Log
Users that are interested in Ring-Log are comparing it to the libraries listed below
Sorting:
- The modern c++ rpc library implemented in a few hundred lines of code☆444Updated 6 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆356Updated 5 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆634Updated 4 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆529Updated last year
- <-- workflow 中文注释 / demos / 源码解析☆289Updated 3 years ago
- Tutorial of Muduo network library☆537Updated 5 years ago
- A distributed service governance framework. 分布式服务治理框架☆432Updated last year
- 大并发服务器课程源代码☆306Updated 4 years ago
- 基于C++ Coroutines编写的无栈协程库☆621Updated last year
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc