colinsusie / coroutine
A asymmetric coroutine library for C.
☆19Updated 5 years ago
Alternatives and similar repositories for coroutine:
Users that are interested in coroutine are comparing it to the libraries listed below
- C++ raft lib☆136Updated 2 years ago
- We provide a prototype of a stackless coroutine.☆34Updated 7 years ago
- A lightweight high performance http server☆115Updated 6 years ago
- 解析C语言的解释器☆46Updated 6 years ago
- skip list with rank, code less than z_set in redis☆174Updated last year
- modern c++ raft library☆47Updated 5 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- A lightweight and fast key-value storage engine based on the buffer tree.☆53Updated 11 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆141Updated 6 years ago
- Linux porting of Benchmark of Dictionary Structures by Heng Li (http://lh3lh3.users.sourceforge.net/udb.shtml)☆62Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- C Sql parser from sqlite☆72Updated 7 years 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 3 years ago
- A library implements REDIS commands(Strings, Hashes, Lists, Sorted Sets, Sets, Keys, HyperLogLog) based on rocksdb☆42Updated 4 years ago
- A handwritten Brainfuck JIT interpreter, mainly used for demonstration.☆46Updated last year
- view the coroutine's stack information☆14Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- The tiny bitcask storage engine☆114Updated 6 years ago
- A C++ coroutine library☆19Updated 8 years ago
- buddy内存分配器实现☆293Updated 8 months ago
- lcc编译器源码注释工程☆54Updated 9 years ago
- 一个运行在x86-IA32架构下的小内核,要求能驱动x86简单的硬件并且等待用户输入指令执行。☆24Updated 11 years ago
- cxx utils code☆83Updated 2 weeks ago
- libpaxos的注释版本☆33Updated 10 years ago
- A high performance, single threaded, HTTP/1.1 server written in C++ as a learning tool. Uses kqueue for event management, therefore is *…☆80Updated 2 months ago
- TinyCompiler是一款能编译一个经过裁剪的C语言的子的简易编译器,采用了C++11编写☆88Updated 9 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), 1-million message-queue in c++ (使用intrinsics编写向量化代码),第四届阿里中间件复赛代码…☆36Updated 6 years ago
- Very fast and small(memory efficient) hash map☆36Updated 6 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago