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!
☆49Apr 27, 2018Updated 7 years ago
Alternatives and similar repositories for raw_buffer
Users that are interested in raw_buffer are comparing it to the libraries listed below
Sorting:
- 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
- We hook a function that exported from an ELF dynamic library via injecting its GOT entrance. Then we can accurately "locally hook" for an…☆15Oct 14, 2021Updated 4 years ago
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆139Dec 22, 2018Updated 7 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
- ☆30Sep 19, 2025Updated 5 months ago
- The Nixy Library - A Lightweight C++ Library.☆42Feb 12, 2019Updated 7 years ago
- 基于C++ Coroutines编写的无栈协程库☆626Dec 27, 2023Updated 2 years ago
- 基于C++14语法的任务链☆24Apr 26, 2020Updated 5 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆551May 30, 2024Updated last year
- A high performance C++ concurrent hash map based on OpenMP.☆13Nov 2, 2017Updated 8 years ago
- Simple C++14 stackful await using boost's asio, future and coroutine2 (for testing purposes only)☆16Feb 18, 2016Updated 10 years ago
- a clean redis C++ client☆27May 9, 2018Updated 7 years ago
- c++11 framework for building server☆13Feb 15, 2022Updated 4 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆16Nov 28, 2025Updated 3 months ago
- Slab Memory Allocator in Application Layer☆29Jan 12, 2018Updated 8 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Nov 4, 2018Updated 7 years ago
- ML-style pattern matching in C++.☆29Dec 28, 2018Updated 7 years ago
- RPC framework☆13May 17, 2018Updated 7 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Nov 28, 2022Updated 3 years ago
- We provide a prototype of a stackless coroutine.☆34Jan 10, 2018Updated 8 years ago
- C++03 functionality for checking for the existence of a member function with a given name and signature.☆26Aug 26, 2013Updated 12 years ago
- SQLight is a lightweight MySQL client written in C++11. Based on code by Ladislav Nevery☆29Sep 10, 2015Updated 10 years ago
- Network simulator for reliable UDP testing in C++☆16Mar 7, 2019Updated 6 years ago
- cross-platform coroutine library in c++☆869Jan 20, 2026Updated last month
- A lightweight C++ library to diff and patch arbitrary data☆20May 10, 2015Updated 10 years ago
- ASIO Cooperative Task for await-based coroutine☆16Sep 8, 2018Updated 7 years ago
- A collection of bit manipulation routines for C++☆21Jul 24, 2013Updated 12 years ago
- Public domain string formatting micro-library for C++, based on python-style format strings.☆34Aug 25, 2021Updated 4 years ago
- meta-programming, C++11☆16Jun 21, 2022Updated 3 years ago
- std::future extension☆37Sep 28, 2020Updated 5 years ago
- ReducePing is a small utility to tune the "TcpAckFrequency" setting of Windows to get better latency in TCP networked games.☆24Mar 22, 2016Updated 9 years ago
- A C++ RPC library built upon FlatBuffers and ZeroMQ☆37Mar 22, 2021Updated 4 years ago
- header only log inherited from Nanolog☆40Jul 31, 2020Updated 5 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Dec 15, 2019Updated 6 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Sep 9, 2024Updated last year
- A coroutine scheduler and lightweight network library for libaco☆18Apr 1, 2019Updated 6 years ago
- ☆18Dec 7, 2019Updated 6 years ago
- A C++ implemented stackful, asymmetric coroutine library.☆17Nov 21, 2020Updated 5 years ago
- C# async/await in C++. Legacy implementation, check out CppAsync instead!☆28Oct 16, 2015Updated 10 years ago