diff --git a/README.md b/README.md index c50b0ab..0a7454e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin *Compression and Archiving Libraries* * [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. +* [doboz](https://bitbucket.org/attila_afra/doboz/overview) - Compression library with very fast decompression * [LZ4](https://code.google.com/p/lz4/) - Extremely Fast Compression algorithm. * [LZHAM](https://code.google.com/p/lzham/) - Lossless data compression library with a compression ratio similar to LZMA but with much faster decompression. * [LZMA](http://www.7-zip.org/sdk.html) - The default and general compression method of 7z format.