ycsoft / poolLinks
基于ANSI C开发的内存池和线程池,性能优异
☆21Updated 9 years ago
Alternatives and similar repositories for pool
Users that are interested in pool are comparing it to the libraries listed below
Sorting:
- C语言版的STL,包含set,list,map等基本数据结构和算法☆47Updated 9 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Updated 13 years ago
- Lightweight C structure base library☆29Updated 3 months 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
- cpp go Coroutines 高并发 高性能.用C/C++实现的类似golang的协程和网络库.☆28Updated 5 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 7 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 8 years ago
- a cross-platform P2P library☆51Updated 9 years ago
- 优化JsonCpp的性能,使其更加适合运行在高并发的服务端。☆39Updated 6 years ago
- Qiniu Resource (Cloud) Storage SDK for C/C++☆67Updated last year
- 由C语言实现的单线程高并发的网络基础库☆55Updated 4 years ago
- 简洁的epoll例子☆17Updated 10 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 9 years ago
- C 菜鸟修真之旅☆52Updated last month
- c网络爬虫simspider的请求队列和完成队列的redis实现,用于大规模分布式爬虫架构。☆12Updated 10 years ago
- 基于协程的C++网络开发框架☆25Updated 7 years ago
- ☆35Updated last month
- 跨平台C语言基础库,适配任意ANSI_C编译器【字符串、文件、目录、时间、数组/队列、线程池、BASE64、CRC32、MD5、SHA1、URL编解码、码表实现UTF8/GBK编码转换】☆34Updated 9 years ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆44Updated last year
- 一套c服务框架☆18Updated 5 years ago
- Camkit是一个摄像头相关的工具箱,使用C语言写成,包含了从:图像采集-->色彩转换-->H264编码-->RTP打包-->网络发送的全套接口。☆50Updated 8 years ago
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆21Updated 8 years ago
- Stpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.☆44Updated 6 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
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆171Updated 3 weeks ago
- GIM是linux环境下的一个大并发,可扩展的在线推送和IM服务框架(并不局限于IM,可以方便的扩展到其他业务场景),在典型的24核,32G内存机器上,单台服务器可以支持超过100万在线用户,TPS>5w,在了解基本架构和协议之后,能够很方便的对后端业务逻辑进行扩展。该开源…☆37Updated 10 years ago