yuanzhu

Results 4 repositories owned by yuanzhu

call_in_stack

233
Stars
36
Forks
Watchers

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!

coroutine_proto

32
Stars
2
Forks
Watchers

We provide a prototype of a stackless coroutine.

cort_proto

133
Stars
15
Forks
Watchers

A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into static_hook.sh).

raw_buffer

46
Stars
10
Forks
Watchers

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 cplu...