Super-long / RocketCo
A C++ implemented stackful, asymmetric coroutine library.
☆16Updated 4 years ago
Alternatives and similar repositories for RocketCo:
Users that are interested in RocketCo are comparing it to the libraries listed below
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A high-performance web server based on HTTP request implemented in C++.☆19Updated 4 years ago
- Libco 源码分析☆30Updated 6 years ago
- C++ raft lib☆132Updated 2 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆66Updated last year
- jemalloc阅读笔记☆9Updated 2 years ago
- This repo is the extension of ThinkIdea Repo☆10Updated 4 years ago
- some different implementations of queue and test result☆32Updated 2 years ago
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated 2 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆76Updated last year
- Easy to use RPC framework☆42Updated 7 years ago
- rocksdb-6.1.2 KV存储引擎源码中文注释分析,后期与mongodb默认KV存储引擎wiredtiger进行原理与性能比较,近期持续更新☆115Updated last month
- 简洁的epoll例子☆17Updated 9 years ago
- modern c++ raft library☆46Updated 5 years ago
- A Non-invasive,Powerful And CPU-friendly Ratelimiter!☆27Updated 4 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- server app framework based on libatbus☆21Updated last week
- A library implements REDIS commands(Strings, Hashes, Lists, Sorted Sets, Sets, Keys, HyperLogLog) based on rocksdb