cpp-serializers icon indicating copy to clipboard operation
cpp-serializers copied to clipboard

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

Results 19 cpp-serializers issues
Sort by recently updated
recently updated
newest added

Would it be possible to add the ORC file format to the benchmarks here?

For anyone thinking about these formats for client-server communication, they will want to know what the size of them is after gzipping or applying other forms of compression. It can...

You provide nice benchmarks on your readme, however i'm curious what the original size of the object is _before_ serialization.

zlib is not included. "This project does not have any external library dependencies. All (boost, thrift etc.) needed libraries are downloaded and built automatically, but you need enough free disk...

Currently, benchmark.cpp has everything lumped together in one file. It would be helpful if there were a separate program for each library being tested. That way the sizes of the...

macos comes with bison v2.3, but thrift requires at least bison v2.5 So I have to install bison (v3.0.4) by homebrew. Also, setting CXX and CC envvar breaks build of...

i am having problem compiling this project on Mac. is this tested working on Mac yet? checking whether the C compiler works... yes checking for C compiler default output file...

``` $ cmake -DCMAKE_BUILD_TYPE=Release .. -- The CXX compiler identification is GNU 12.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for...