aceld / libeventLinks
<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
☆872Updated 2 years ago
Alternatives and similar repositories for libevent
Users that are interested in libevent are comparing it to the libraries listed below
Sorting:
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例☆907Updated 8 months ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆533Updated last year
- 知名开源代码库的注释版:C++、Golang等☆1,387Updated 2 years ago
- 单线程用户态TCP/IP协议栈,epoll实现,包含服务器案例,并发测试案例☆724Updated 4 months ago
- Tutorial of Muduo network library☆539Updated 5 years ago
- <-- workflow 中文注释 / demos / 源码解析☆293Updated 3 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆636Updated 4 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景