Skip to content
View yuanzhubi's full-sized avatar

Block or report yuanzhubi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. call_in_stack call_in_stack Public

    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!

    C++ 234 36

  2. cort_proto cort_proto Public

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

    C++ 140 18

  3. raw_buffer raw_buffer Public

    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 c…

    C++ 48 9

  4. coroutine_proto coroutine_proto Public

    We provide a prototype of a stackless coroutine.

    C++ 34 2

  5. reflect_struct reflect_struct Public

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

    C++ 16 6

  6. local_hook local_hook Public

    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 …

    C 15 3