windoze / cxlLinks
Some C++ utilities
☆10Updated 9 years ago
Alternatives and similar repositories for cxl
Users that are interested in cxl are comparing it to the libraries listed below
Sorting:
- We provide a prototype of a stackless coroutine.☆34Updated 7 years ago
- a cross platform c++ game server engine☆49Updated last week
- Common C++ construction, including string operation / generic container / linq / etc☆369Updated 2 weeks 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…☆234Updated 4 years ago
- An easy, fast, small, portable C++ object serialization framework☆87Updated last year
- Meta-purpose C++ Foundation☆193Updated 7 years ago
- 基于OpenGL的3D游戏引擎☆11Updated 8 years ago
- Debuggable script language for interoperation with C++ using reflection.☆119Updated 2 weeks ago
- C++标准库的轻量级拓展.☆70Updated 6 years ago
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…