mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 21:04:37 +03:00
LZMAT
This commit is contained in:
@@ -104,6 +104,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||||||
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor.
|
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor.
|
||||||
* [LZ4](https://code.google.com/p/lz4/) - Extremely Fast Compression algorithm.
|
* [LZ4](https://code.google.com/p/lz4/) - Extremely Fast Compression algorithm.
|
||||||
* [LZMA](http://www.7-zip.org/sdk.html) - The default and general compression method of 7z format.
|
* [LZMA](http://www.7-zip.org/sdk.html) - The default and general compression method of 7z format.
|
||||||
|
* [LZMAT](http://www.matcode.com/lzmat.htm) - An extremely fast real-time lossless data compression library.
|
||||||
* [miniz](https://code.google.com/p/miniz/) - Single C source file Deflate/Inflate compression library with zlib-compatible API, ZIP archive reading/writing, PNG writing.
|
* [miniz](https://code.google.com/p/miniz/) - Single C source file Deflate/Inflate compression library with zlib-compatible API, ZIP archive reading/writing, PNG writing.
|
||||||
* [Minizip](https://github.com/nmoinvaz/minizip) - Zlib with latest bug fixes that supports PKWARE disk spanning, AES encryption, and IO buffering.
|
* [Minizip](https://github.com/nmoinvaz/minizip) - Zlib with latest bug fixes that supports PKWARE disk spanning, AES encryption, and IO buffering.
|
||||||
* [Snappy](https://code.google.com/p/snappy/) - A fast compressor/decompressor.
|
* [Snappy](https://code.google.com/p/snappy/) - A fast compressor/decompressor.
|
||||||
|
|||||||
Reference in New Issue
Block a user