All Git Users → yuanzhubi

4 open source projects by yuanzhubi

1. Call in stack
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 shareable between all coroutines!
2. Cort proto
A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into static_hook.sh).
✭ 119
3. coroutine proto
We provide a prototype of a stackless coroutine.
✭ 30
C++
4. raw buffer
Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in space or speed! You can direct define your protocol in your cplusplus header file now!
✭ 46
C++shell
1-4 of 4 user projects