ttauri VS cpp-serializers

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

ttauri

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

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
ttauri cpp-serializers
10 4
323 704
- -
8.0 0.0
about 2 years ago over 4 years ago
C++ C++
Boost Software License 1.0 -
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.

ttauri

Posts with mentions or reviews of ttauri. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-11.

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 ttauri and cpp-serializers you can also consider the following projects:

json - JSON for Modern C++

Protobuf - Protocol Buffers - Google's data interchange format

json_test_data - Test data for nlohmann/json

serializer - A single header standard C++ serialization framework.

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.