theanarkh / read-libtask-codeLinks
libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的
☆75Updated 2 years ago
Alternatives and similar repositories for read-libtask-code
Users that are interested in read-libtask-code are comparing it to the libraries listed below
Sorting:
- Shuo's learning notes on Linux TCP/IP stack☆123Updated 2 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- libevent source code analysis☆62Updated 2 years ago
- Coroutine library for C/C++☆49Updated 9 years ago
- ☆152Updated 7 months ago
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆140Updated 6 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- A lightweight high performance http server☆114Updated 6 years ago
- Yet Another Distributed C++ Compiler. yadcc是一套腾讯广告自研的分布式编译系统,用于支撑腾讯广告的日常开发及流水线。相对于已有的同类解决方案,我们针对实际的工业生产环境做了性能、可靠性、易用性等方面优化。☆399Updated last year
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated 2 years ago
- 收集网络上讲解Linux系统原理的优秀文章、文档☆77Updated 5 years ago
- http2协议讲解☆138Updated 9 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- 腾讯libco协程库源码注解☆125Updated 6 years ago
- Libco 源码分析☆30Updated 6 years ago
- A high-performance IPC solution that is suitable for production environments based on shared memory IPC.☆154Updated last year
- linux网络源码分析☆48Updated 3 years ago
- C++ raft lib☆136Updated 3 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 4 years ago
- 文档数据库mongodb kv存储引擎wiredtiger源码详细分析注释☆67Updated 2 months ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…☆233Updated 4 years ago
- A actor framework base on C++11/14.☆56Updated 5 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Updated 5 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆207Updated 2 years ago
- HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:re…☆43Updated 4 years ago
- A raft consensus implementation that is simply and understandable☆152Updated 5 years ago
- linux kernel-4.17 协议栈源码阅读, reading linux kernel 4.17 netstack, once one has started to experience the rich insights that can be gained fr…☆70Updated 6 years ago
- Nginx cpp development kit☆159Updated 5 years ago
- C++ network library based on `libgo`.☆244Updated 6 years ago
- redis、memcached缓存代理twemproxy源码详细分析注释,带详尽中文注释及函数调用关系☆55Updated 4 years ago