Previously we used boost::serialization + boost::iostreams for compressed portable binary archives. Now, with cereal portable binary archives, we need a lightweight alternative to boost::iostreams for compression. This could just be libz compress/uncompress.
Previously we used boost::serialization + boost::iostreams for compressed portable binary archives. Now, with cereal portable binary archives, we need a lightweight alternative to boost::iostreams for compression. This could just be libz compress/uncompress.