blob: acba449dca1dec7d7f8a501f5a57963c5aa202db (
plain)
1
2
3
4
5
6
7
8
|
Some notes on future implementation of in-memory compression and decompression
of gzip format.
http://www.experts-exchange.com/Programming/System/Windows__Programming/A_3189-In-Memory-Compression-and-Decompression-Using-ZLIB.html
http://www.gzip.org/zlib/zlib_faq.html#faq20
http://stackoverflow.com/questions/16682719/uncompress-data-in-memory-using-boost-gzip-decompressor
|