I\'m building a distributed C++ application that needs to do lots of serialization and deserialization of simple data structures that\'s being passed between different proce
Don't pre-emptively optimize. Measure first and optimize second.