cpp-serializers VS cista

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

cpp-serializers

Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++ (by thekvs)

cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library. (by felixguendling)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cpp-serializers cista
4 4
704 1,642
- -
0.0 7.3
over 4 years ago 8 days 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.

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.

cista

Posts with mentions or reviews of cista. 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 are some alternatives?

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

Protobuf - Protocol Buffers - Google's data interchange format

cereal - A C++11 library for serialization

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

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

protozero - Minimalist protocol buffer decoder and encoder in C++

json - JSON for Modern C++

Boost.Serialization - Boost.org serialization module

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

protobuf-c - Protocol Buffers implementation 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.

Bitsery - Your binary serialization library