kehengzhong / epumpView external linksLinks
ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。
☆45Sep 27, 2024Updated last year
Alternatives and similar repositories for epump
Users that are interested in epump are comparing it to the libraries listed below
Sorting:
- 用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。☆142Oct 24, 2024Updated last year
- Basic TLV message serialize library☆13Jul 11, 2015Updated 10 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆49Dec 31, 2025Updated last month
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Jul 27, 2016Updated 9 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆47Jan 23, 2016Updated 10 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Jul 30, 2024Updated last year
- c网络爬虫simspider的请求队列和完成队列的redis实现,用于大规模分布式爬虫架构。☆12May 16, 2015Updated 10 years ago
- C语言实现封装的服务器框架,多进程+单线程+libevent+openssl+ORMSQL☆10Jul 30, 2019Updated 6 years ago
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Jul 1, 2019Updated 6 years ago
- ☆15Aug 8, 2018Updated 7 years ago
- c++ common library implement☆12Jul 29, 2019Updated 6 years ago
- 基于C语言编写的高并 发Epoll服务器☆19Jan 19, 2020Updated 6 years ago
- ☆12Sep 13, 2017Updated 8 years ago
- apcs下实现backtrace调用☆12Jul 28, 2016Updated 9 years ago
- tbnet☆14Sep 6, 2017Updated 8 years ago
- C语言实现的正则表达式的阉割版☆12Dec 25, 2018Updated 7 years ago
- simple c json parse☆16Mar 24, 2022Updated 3 years ago
- 基于共享内存的进程间通信组件☆15Apr 28, 2019Updated 6 years ago
- ANSI C pthread packages for thread pools, queues/channels, task timers, set operations, red-black btree associative map.☆14Aug 4, 2024Updated last year
- 夏曹俊老师FFmpeg安卓流媒体播放器开发实战课程的课程资料☆16May 9, 2020Updated 5 years ago
- 基于Reactor 模式的多线程现代化C++11网络库☆17May 26, 2018Updated 7 years ago
- ASAN C Language Tutorial Example☆18May 21, 2019Updated 6 years ago
- 多线程环境下的高效异步日志系统☆15Mar 16, 2019Updated 6 years ago
- c++ mysql orm☆18Nov 10, 2022Updated 3 years ago
- 一个c/c++ 开发的基于本地共享内存的cache库☆15Oct 18, 2016Updated 9 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Aug 14, 2015Updated 10 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Oct 1, 2017Updated 8 years ago
- a rpc framework based on libev and implementd by c☆20Feb 13, 2012Updated 14 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆21Mar 2, 2016Updated 9 years ago
- Simple and efficient cross-platform C base development library☆20Aug 28, 2023Updated 2 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Sep 27, 2020Updated 5 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Aug 8, 2023Updated 2 years ago
- High Performance C++ Reactor Web Server from Scratch☆22Apr 20, 2020Updated 5 years ago
- 高性能序列化库,一行代码即可完成C++原生结构序列化/反序列化的工作,媲美google protocol buffer☆51Nov 21, 2018Updated 7 years ago
- shared memory☆21Mar 1, 2016Updated 9 years ago
- truck of Virtual memory☆50Mar 11, 2022Updated 3 years ago
- A memory database based on shared memory.☆25Feb 29, 2024Updated last year
- Linux环境C语言编程项目多级Makefile管理模板☆26Oct 23, 2017Updated 8 years ago