Add bit7z

This commit is contained in:
Riccardo
2019-09-03 17:56:34 +02:00
committed by GitHub
parent aa5a91ade8
commit 98c20204f6

View File

@@ -198,6 +198,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
## Compression ## Compression
*Compression and Archiving Libraries* *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] * [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] * [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. * [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) - New generation entropy codecs : Finite State Entropy and Huff0.