serializer VS cpp-serializers

Compare serializer vs cpp-serializers and see what are their differences.

cpp-serializers

Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++ (by thekvs)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
serializer cpp-serializers
2 4
185 704
- -
1.8 0.0
over 2 years ago about 4 years ago
C++ C++
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

serializer

Posts with mentions or reviews of serializer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-17.

cpp-serializers

Posts with mentions or reviews of cpp-serializers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • what is the best API for serialization?
    3 projects | /r/cpp | 13 Feb 2023
  • I'm studying data structures for C++, what I'm confused about are HashTables.
    1 project | /r/cpp | 10 Dec 2022
    Funnily enough I just had a similar performance question yesterday and found someone else had done exactly this and answered my questions!
  • Beginner SaaS ideas
    3 projects | /r/SaaS | 10 Dec 2021
    In 2017, I used this benchmark to test the software against other libraries. My library produced a smaller serialized size than Capnproto or Cereal: Capnproto 17,768 Cereal 17,416 CMW 16,712 The CMW-based approach was also faster than Cereal in this benchmark.
  • easy Serialization library ?
    9 projects | /r/cpp | 22 Aug 2021
    The optimizer can make boost::serialization run at the top speed with binary encoding while sacrificing portability. Here is a benchmark with it being twice as fast as ProtoBuf: https://github.com/thekvs/cpp-serializers. Do you have any benchmarks showing otherwise? I did my own tests about 2-3 years ago.

What are some alternatives?

When comparing serializer and cpp-serializers you can also consider the following projects:

zpp_bits - A lightweight C++20 serialization and RPC library

Protobuf - Protocol Buffers - Google's data interchange format

json_test_data - Test data for nlohmann/json

ttauri - Modern accelerated GUI [Moved to: https://github.com/hikogui/hikogui]

json - JSON for Modern C++

span-lite - span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library

daw_json_link - Fast, convenient JSON serialization and parsing in C++

C++ Middleware Writer - The repo contains library code to support messaging and serialization. There are also two programs in the repo that are needed to use the CMW.

graphlite - A lightweight C++ graph library