HPS: A C++11 High Performance Serialization Library

Junhao Li
DOI: https://doi.org/10.48550/arXiv.1811.04556
2018-11-12
Performance
Abstract:Data serialization is a common and crucial component in high performance computing. In this paper, I present a C++11 based serialization library for performance critical systems. It provides an interface similar to Boost but up to 150% faster and beats several popular serialization libraries.
What problem does this paper attempt to address?