C++ serializers benchmark with realistic data
☆128Jan 25, 2023Updated 3 years ago
Alternatives and similar repositories for cpp_serializers_benchmark
Users that are interested in cpp_serializers_benchmark are comparing it to the libraries listed below
Sorting:
- Your binary serialization library☆1,226Oct 9, 2025Updated 5 months ago
- Yet Another Serialization☆772Feb 18, 2025Updated last year
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆749Jan 28, 2020Updated 6 years ago
- A lightweight C++20 serialization and RPC library☆942Jan 23, 2026Updated last month
- A single header standard C++ serialization framework.☆200Dec 17, 2021Updated 4 years ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,190Feb 15, 2026Updated last month
- C++20 library for binary serialization of arbitrary aggregates or tuples. The library also unifies work with tuples and aggregates☆13Feb 26, 2022Updated 4 years ago
- An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.☆166Apr 6, 2025Updated 11 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Feb 28, 2026Updated 2 weeks ago
- Python bindings for Boost.Interprocess☆10Dec 20, 2016Updated 9 years ago
- Simple, compact, endian-safe and header-only serialization/deserialization for C++☆94Jul 14, 2021Updated 4 years ago
- A C++14 reflection library☆78Mar 11, 2026Updated last week
- A header only structure of arrays container for C++☆43May 29, 2023Updated 2 years ago
- Cross platform C++17 file class, in a single header.☆23Jul 13, 2025Updated 8 months ago
- Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code☆559Sep 30, 2024Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 8 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Aug 4, 2020Updated 5 years ago
- Exceptional memory model for hardware mocking☆11Jun 9, 2020Updated 5 years ago
- A small header-only library for converting data between json representation and c++ structs☆159Feb 25, 2026Updated 3 weeks ago
- Small C++ preprocessor library☆13Jun 16, 2020Updated 5 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Nov 3, 2025Updated 4 months ago
- A highly optimized single producer single consumer message queue C++ template☆286Aug 22, 2022Updated 3 years ago
- Benchmark of different C or C++ loggers☆12Sep 13, 2023Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,018Mar 11, 2026Updated last week
- Fast and memory efficient c++ flat hash table/map/set☆697Feb 18, 2026Updated last month
- C++ Serialization Library☆15Jul 24, 2022Updated 3 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Nov 23, 2017Updated 8 years ago
- Event loop friendly C++ actor micro-framework, supervisable