Skip to content

Commit 6ff6b1a

Browse files
add bzip3
1 parent 9ad2ac6 commit 6ff6b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
239239
* [bit7z](https://github.com/rikyoz/bit7z) - A C++ static library offering a clean and simple interface to the 7-zip DLLs. [GPLv2]
240240
* [Brotli](https://github.com/google/brotli) - Brotli compression format. Developed by Google. [MIT]
241241
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD]
242+
* [bzip3](https://github.com/kspalaiologos/bzip3) - A better and stronger spiritual successor to BZip2. [LGPL]
242243
* [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) - New generation entropy codecs : Finite State Entropy and Huff0.
243244
* [PhysicsFS](https://icculus.org/physfs/) - A library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. [zlib]
244245
* [KArchive](https://api.kde.org/frameworks/karchive/html/index.html) - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using formats like gzip, via a subclass of QIODevice. [LGPL]

0 commit comments

Comments
 (0)