Skip to content

Commit bc625c8

Browse files
authored
Add FastLZ (LZ77 compression library) (fffaraz#1568)
1 parent f2bd50e commit bc625c8

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
@@ -260,6 +260,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
260260
* [Brotli](https://github.com/google/brotli) - Brotli compression format. Developed by Google. [MIT]
261261
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD]
262262
* [bzip3](https://github.com/kspalaiologos/bzip3) - A better and stronger spiritual successor to BZip2. [LGPL]
263+
* [FastLZ](https://github.com/ariya/FastLZ) - Small & portable byte-aligned LZ77 compression. [MIT]
263264
* [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) - New generation entropy codecs : Finite State Entropy and Huff0.
264265
* [heatshrink](https://github.com/atomicobject/heatshrink) - data compression library for embedded/real-time systems [ISC]
265266
* [Kanzi](https://github.com/flanglet/kanzi-cpp) - a modern, modular, portable and efficient lossless data compressor implemented in C++. [Apache-2.0]

0 commit comments

Comments
 (0)