ZeroBuf
0.4.0
Zero-copy, zero-serialize, zero-hassle protocol buffers
|
ZeroBuf implements zero-copy, zero-serialize, zero-hassle protocol buffers. It is a replacement for FlatBuffers, resolving the following shortcomings:
matrix:[float:16]
for a 16 value float arrayZeroBuf is a cross-platform library, designed to run on any modern operating system, including all Unix variants. It requires a C++11 compiler and uses CMake to create a platform-specific build environment. The following platforms and build environments are tested:
Building from source is as simple as:
git clone https://github.com/HBPVIS/ZeroBuf.git mkdir ZeroBuf/build cd ZeroBuf/build cmake -GNinja .. ninja
This work has been partially funded by the European Union Seventh Framework Program (FP7/20072013) under grant agreement no. 604102 (HBP).