Does serializing a binary sequence stored in vector cost much? For example if I am using binary archive. Will the boost::serialization library put characters to differentiate ch
Measure it!
The sort answers:
The storage cost:
Longer answers:
Boost C++ Serialization overhead (comparative storage efficiency of different archives, with and without compression)
Boost Serialization Binary Archive giving incorrect output (on why some types take more than the potential bare minimum, e.g. on 64bit systems)
Tune things
boost::archive::no_header
The runtime cost:
how to do performance test using the boost library for a custom library
Tune things
boost::archive::no_codecvt