Pinned Repositories
nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
asyncplusplus
Async++ concurrency framework for C++11
CS-Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
gperftools
Main gperftools repository
libgo
Go-style concurrency in C++11
libhv
Like libevent, libev, and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler apis and richer protocols.
libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
msgpack-c
MessagePack implementation for C and C++ / msgpack.org[C/C++]
muduo
Event-driven network library for multi-threaded Linux server in C++11
taiyi64's Repositories
taiyi64/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
taiyi64/tinyxml2
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
taiyi64/vsomeip
An implementation of Scalable service-Oriented MiddlewarE over IP
taiyi64/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
taiyi64/workflow
C++ Parallel Computing and Asynchronous Networking Engine. Simple C++ HTTP Library.
taiyi64/gperftools
Main gperftools repository
taiyi64/muduo
Event-driven network library for multi-threaded Linux server in C++11
taiyi64/msgpack-c
MessagePack implementation for C and C++ / msgpack.org[C/C++]
taiyi64/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
taiyi64/rest_rpc
modern C++(C++11), simple, easy to use rpc framework
taiyi64/libhv
Like libevent, libev, and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler apis and richer protocols.
taiyi64/sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
taiyi64/libgo
Go-style concurrency in C++11
taiyi64/NtyCo
纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例
taiyi64/CS-Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
taiyi64/NtyTcp
单线程用户态TCP/IP协议栈,epoll实现,包含服务器案例,并发测试案例
taiyi64/ordered-map
C++ hash map and hash set which preserve the order of insertion
taiyi64/asyncplusplus
Async++ concurrency framework for C++11
taiyi64/perftools-intro
性能分析工具在线书
taiyi64/network