felixguendling / cpp-serialization-benchmark

Comparison of C++ Serialization Libraries for Graph Data
MIT License
32 stars 2 forks source link

Comparison with Bitsery #1

Open DJuego opened 4 years ago

DJuego commented 4 years ago

Interesting... Congrats on your promising statistics!

You may want to consider adding the Bitsery library to your benchmarks.

DJuego