qqzhang / accumulation-devLinks
公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)
☆22Updated 13 years ago
Alternatives and similar repositories for accumulation-dev
Users that are interested in accumulation-dev are comparing it to the libraries listed below
Sorting:
- 使用KCP和libuv的简单网络模块。☆66Updated 9 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆49Updated last week
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 7 years ago
- iocp async☆55Updated 9 years ago
- SPServer is a high concurrency server framework library written on C++☆37Updated 15 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 8 years ago
- A tcp server framework based on libevent-bufferevent. Depend on libevent2.0.x.☆20Updated 11 years ago
- a cross-platform P2P library☆51Updated 9 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Updated 6 years ago
- libuv kcp☆16Updated 2 years ago
- 微量级的软件开发包,目前版本提供一个tcp nio框架和一些基础类☆73Updated 5 years ago
- ISE (Iris Server Engine) is a C++ framework for server programming.☆36Updated 11 years ago
- C++11实现的协程库,支持Win,Linux,Mac。☆37Updated 7 years ago
- fast thread pool☆29Updated 7 years ago
- cross platform network library☆44Updated last week
- 由C语言实现的单线程高并发的网络基础库☆55Updated 4 years ago
- C Socket,Support TCP,UDP,KCP,IPv6 and P2P,Cross platform:linux ,maxox,win,android,ios☆48Updated 4 years ago
- A fast tcp/udp net lib, based on muduo + kcp. 一个快速的tcp/udp网络库, 基于 muduo + kcp .☆73Updated 5 years ago
- A tiny web server based on libuv, can accept Socket,WebSocket,or http protocol,and set callBack func's 一个基于libuv的小型Web服务器,可以接受Socket,WebS…☆36Updated last year
- 基于TCP协议的远程过程调用框架客户端实现☆45Updated 3 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 9 years ago
- VxWorks-like lightweight message queue for Windows☆10Updated 6 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Updated 9 years ago
- SPServer is a high concurrency server framework library written on C++☆33Updated 10 years ago
- 基于协程的C++网络开发框架☆25Updated 7 years ago
- The Nixy Library - A Lightweight C++ Library.☆42Updated 6 years ago
- duisharp v1.0 Beta☆18Updated 9 years ago
- 使用C实现TCP穿透NAT(TCP打洞);由于本人本科是网络工程的所以在学习TCP/IP 体系结构、网络协议分析、网络安全等等课程后做的小demo~☆51Updated 8 years ago
- 定时器方案,采用epoll的异步驱动和采用时间轮推动2中方案。测试在20万个定时器同时存在(以50us的速率仍然持续创建)的情况下内存为20M,cpu占用2%左右☆17Updated 10 years ago
- C++远程调用框架☆34Updated 11 years ago