yuanzhubi / cort_protoView external linksLinks
A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into static_hook.sh).
☆140Dec 22, 2018Updated 7 years ago
Alternatives and similar repositories for cort_proto
Users that are interested in cort_proto are comparing it to the libraries listed below
Sorting:
- We provide a prototype of a stackless coroutine.☆34Jan 10, 2018Updated 8 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…☆234May 6, 2021Updated 4 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆49Apr 27, 2018Updated 7 years ago
- 基于C++ Coroutines编写的无栈协程库☆627Dec 27, 2023Updated 2 years ago
- Go-style concurrency in C++11☆3,311Jul 3, 2023Updated 2 years ago
- cross-platform coroutine library in c++☆870Jan 20, 2026Updated 3 weeks ago
- Lightweight C++ template engine with Jinja2-like syntax☆32Apr 25, 2016Updated 9 years ago
- c++11 framework for building server☆13Feb 15, 2022Updated 4 years ago
- The Nixy Library - A Lightweight C++ Library.☆42Feb 12, 2019Updated 7 years ago
- Fiber and async I/O based network library☆259Dec 3, 2017Updated 8 years ago
- C++ Concurrency library!☆27Feb 15, 2019Updated 7 years ago
- 基于C++14语法的任务链☆24Apr 26, 2020Updated 5 years ago
- RPC framework☆13May 17, 2018Updated 7 years ago
- 这个项目不再更新,请使用最新的ormpp,支持mysql,sqlite,postgresql多种数据库☆33Nov 29, 2017Updated 8 years ago
- This is out of date, please move to https://github.com/qicosmos/rest_rpc☆263Jul 24, 2017Updated 8 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Jun 17, 2018Updated 7 years ago
- A C/S framework based on asio, doesn't need boost.☆39Feb 5, 2026Updated last week
- a utility for serialize C++ and json。☆109Oct 14, 2019Updated 6 years ago
- Let you iterate all your member in struct simply! You can simply do serialization or de-serialization!☆18May 22, 2018Updated 7 years ago
- CN-CppCon-2018,关于C++ Modules的演讲☆29Jan 14, 2019Updated 7 years ago
- A C++ await/yield emulation library for stackless coroutine☆341Jan 17, 2024Updated 2 years ago
- A asymmetric coroutine library for C.☆2,519Dec 16, 2022Updated 3 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆428Jun 10, 2025Updated 8 months ago
- Header-Only, Strong-Typed, Compile-time Object Relation Mapping (ORM) in Modern C++ :-)☆229Dec 28, 2017Updated 8 years ago
- An universal coroutine rpc framework implemented with c++11.☆72Apr 9, 2017Updated 8 years ago
- A coroutine scheduler and lightweight network library for libaco☆18Apr 1, 2019Updated 6 years ago
- Now this project has been changed to https://github.com/topcpporg/rest_rpc☆62Oct 31, 2016Updated 9 years ago
- Meta-purpose C++ Foundation☆191Sep 8, 2018Updated 7 years ago
- A C++11 compliant header-only asynchronous MySQL client library based on Asio. Enables you to work with MySQL in both asynchronous and bl…☆158Nov 6, 2018Updated 7 years ago
- Minimal (and intuitive to use) coroutine implement in c☆18Jan 9, 2020Updated 6 years ago
- C++ network library based on `libgo`.☆244Dec 22, 2018Updated 7 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆497Aug 8, 2022Updated 3 years ago
- Boost.Coroutine☆85Dec 10, 2025Updated 2 months ago
- Gossip Membership Protocol and Fault-Tolerant Key Value Store/☆12May 29, 2015Updated 10 years ago
- awaitable tasks base on msvc's resumable functions.☆23Aug 18, 2017Updated 8 years ago
- A tcp server framework based on libevent-bufferevent. Depend on libevent2.0.x.☆20Jun 16, 2014Updated 11 years ago
- header only log inherited from Nanolog☆40Jul 31, 2020Updated 5 years ago
- Simple 2D Game Engine powered by OpenGL and Lua☆20Nov 3, 2015Updated 10 years ago
- A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) ins…☆1,068Aug 25, 2024Updated last year