woshare / coroutine
C语言本身没有协程,经过调研,结合腾讯libco和风云博主的libcoroutine,开发了自己的协程库,比libco轻载,比libcoroutine性能高
☆10Updated last year
Alternatives and similar repositories for coroutine:
Users that are interested in coroutine are comparing it to the libraries listed below
- C extend library - common data structs and algorithms implementation with ANSI C☆33Updated 3 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 7 years ago
- 从0到1开始入门RTOS☆16Updated 6 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- 一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协…☆14Updated 3 years ago
- ✨ 多线程异步http post数据发送程序,使用redis做队列,可接收php/java等其他语言的异步任务☆13Updated 8 years ago
- ☆15Updated 6 years ago
- This is mini rpc depend on google protobuf.☆11Updated 5 years ago
- |Linux网络编程中select/epoll的比较☆12Updated 9 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Updated 8 years ago
- a tiny nosql database supporting pluggable storage engine.☆40Updated 7 years ago
- NebulaBootstrap provides service for developers to quickly build a distributed systems (including configuration management, service disco…☆21Updated 3 years ago
- truck of Virtual memory☆49Updated 2 years ago
- ☆19Updated 5 years ago
- 这是一个纯C实现的POSIX风格的协程库,具有极轻量、极高效、用户无感知的特点☆21Updated 3 years ago
- A coroutine scheduler and lightweight network library for libaco☆15Updated 5 years ago
- 轻量级高性能C++网络引擎库,支持多种协议,可扩展。☆14Updated 4 years ago
- C语言开发的工具库,包括常用的字符串解析、数据结构、日志库、异步IO线程等☆17Updated 4 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数 据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆17Updated 5 years ago
- 多进程(进程池)服务器☆12Updated 11 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Updated 12 years ago
- A simple C++11 lua binding library☆13Updated 11 years ago
- LCUI Programming Guide☆12Updated 2 years ago
- ☆16Updated 2 years ago
- 用cpp编写的一个实现了最核心功能的YACC,供练习使用.☆11Updated 7 years ago
- Implementation of fast queue patterns (Push/Pull, request/reply, pub/sub, dealer/router) for C++☆15Updated last week
- libevent 官方文档的中文版☆48Updated 10 years ago
- stlport 5.2.1☆13Updated 13 years ago
- Protothreads from http://dunkels.com/adam/pt/☆8Updated 8 years ago