1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2024-11-13 11:16:54 -05:00

Update README.md

This commit is contained in:
Faraz Fallahi 2016-06-22 13:12:17 -05:00 committed by GitHub
parent 0e90b6f878
commit a69b41543a

View file

@ -153,7 +153,6 @@ 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. [BSD]
* [doboz](https://bitbucket.org/attila_afra/doboz/overview) - Compression library with very fast decompression. [zlib]
* [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]
* [KArchive](https://quickgit.kde.org/?p=karchive.git) - 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]
* [LZ4](https://code.google.com/p/lz4/) - Extremely Fast Compression algorithm. [BSD]