yuanzhubi / reflect_structLinks
Let you iterate all your member in struct simply! You can simply do serialization or de-serialization!
☆18Updated 7 years ago
Alternatives and similar repositories for reflect_struct
Users that are interested in reflect_struct are comparing it to the libraries listed below
Sorting:
- modern c++ raft library☆47Updated 6 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- Thread safe, lock-free memory pool.☆61Updated last year
- c++11任务库☆53Updated 9 years ago
- 简单有效的内存池实现☆99Updated 9 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 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…☆49Updated 7 years ago
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessor☆37Updated 8 years ago
- C++标准库的轻量级拓展.☆70Updated 6 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆82Updated 7 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆188Updated 5 years ago
- c++ reflection library base on c++11 which very simple to use in order to increase productivity☆52Updated 5 years ago
- header only log inherited from Nanolog☆38Updated 5 years ago
- awaitable tasks base on msvc's resumable functions.☆23Updated 8 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆79Updated 2 years ago
- Much much fast, direct and static typed parsing of JSON with C++17☆46Updated 5 years ago
- std::future extension☆37Updated 5 years ago
- A header only fast HTTP parser/generator for C++.☆31Updated 5 years ago
- ☆64Updated 6 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆15Updated 8 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- 一个简单而的ini配置读取库(带扩展语法)☆39Updated 7 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 5 years ago
- some different implementations of queue and test result☆33Updated 2 years ago
- A memory pool written with C++☆58Updated 5 years ago
- 🧀 The Benchmark Testing Box☆34Updated 4 years ago
- nanomsg rpc with protobuf☆40Updated 12 years ago