yuanzhu

Elite
@yuanzhubi

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!

234

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

139

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!

49

coroutine_proto. We provide a prototype of a stackless coroutine.

35

reflect_struct. Let you iterate all your member in struct simply! You can simply do serialization or de-serialization!

18

local_hook. We hook a function that exported from an ELF dynamic library via injecting its GOT entrance. Then we can accurately "locally hook" for any one of dynamic library or executable file because each of them has their own GOT sections.

15

emake. 你见过的最简单的 GCC/CLANG 项目构建工具

3

mysql-innodb-files-data-sheet. We will try to give a mysql innodb files data sheet, tracking from the old version to the latest.

2

rw_spinlock. using one variable to provide a read/write spinlock, like traditional spinlock

2

binary_tree_iteration. A new binary tree interation method

2

proto_lambda. We implement a lambda grammer that supports inheritance from other class to add more members other than capture of local variables. Capture by value is supported. C++11 or C++03 in gcc or clang is supported.

2

mpsc_wait_free. mpsc wait free queue

1

macro_for_each. macro_for_each provides a portable "for_each" solution for macros.

1

params_pack. For C++11 type parameters pack, we present several useful interface for them!

1

book. backup some books

1
15
Apply