Merge pull request #873 from rikyoz/patch-1

Add bit7z library
This commit is contained in:
Faraz Fallahi
2019-09-04 09:54:50 -05:00
committed by GitHub

View File

@@ -198,6 +198,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
## Compression
*Compression and Archiving Libraries*
* [bit7z](https://github.com/rikyoz/bit7z) - A C++ static library offering a clean and simple interface to the 7-zip DLLs. [GPLv2]
* [Brotli](https://github.com/google/brotli) - Brotli compression format. Developed by Google. [MIT]
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD]
* [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) - New generation entropy codecs : Finite State Entropy and Huff0.