cpp-serializers
Serialization benchmarks
Compares performance of various data serialization libraries in C++
Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
731 stars
39 watching
112 forks
Language: C++
last commit: about 5 years ago
Linked from 1 awesome list
apache-avroavroboostc-plus-pluscapn-protocerealcppflatbuffersmsgpackperformance-testingprotobufserializationthriftyas
Related projects:
Repository | Description | Stars |
---|---|---|
| A lightweight C++20 serialization and RPC library in one header file | 755 |
| A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
| A C++20 library for fast serialization and deserialization using reflection | 1,165 |
| A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
| A C++ serialization library that efficiently packs and unpacks structured data into compact byte arrays. | 481 |
| A universal serialization solution for various programming languages and platforms that enables fast and compact binary encoding. | 889 |
| A standard library for metaprogramming in C++ | 1,705 |
| A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
| A C++ library for explicitly data-parallel programming on modern CPUs and GPUs. | 1,461 |
| A reflection-based serialization library for C++ | 99 |
| A C++ concurrency implementation inspired by Golang's style | 15 |
| C++ implementations of algorithms and data structures | 514 |
| Provides a C++ framework for serializing and deserializing data structures to and from various formats | 122 |
| A companion code repository for the book Real-Time C++ providing reference application code and examples for efficient object-oriented and template microcontroller programming. | 620 |
| Cap'n Proto generates code for serializing and deserializing structured data across distributed systems. | 2,094 |