
Log in to watch the video
LoginFastest Possible and the Most Flexible С++ Msgpack Codec
In RussianComplexity -
Alexander will tell you about the C++ implementation of msgpack codec which uses a lot of C++ features, allowing you to pack and unpack completely abstract types, including in compile time, without dynamic memory allocation, zero-copy (or once-copy?) and as branchless as possible.