zserio
zserio copied to clipboard
Consider to optimize C++ serialization performance
Detect bottlenecks in generated C++ code during serialization into the binary stream. Try to optimize both runtime and generated code.
Pay a special attention to serialization of arrays.
C++ parsing performance has been already optimized (please see #478).