I have a need to find the best library to compress in memory data. I am currently using zlib but I am wondering if there is a better compression library; better in terms of performance and memory footprint.
It should be able to handle multiple files in the same archive.
I am looking for a C/C++ library.
Performance is the key factor. The files that are being compressed are small to large XML files.