i-e-b /
zopfli
A clone of ( https://code.google.com/p/zopfli/ ), with the intention of porting it to C#
Loading repository data…
echovoice / repository
Clone of Zopfli Compression Algorithm, with C# Bindings in VS2012
Clone of Zopfli Compression Algorithm, with C# Bindings in VS2012
Zopfli Compression Algorithm is a new zlib (gzip, deflate) compatible compressor. This compressor takes more time (~100x slower), but compresses around 5% better than zlib and better than any other zlib-compatible compressor we have found.
Used by https://github.com/echovoice/libzopfli-sharp
Zopfli was written by Jyrki Alakuijala, Ph.D. and Lode Vandevenne, M.Sc. from Google Inc. You will find the projects homepage here: http://code.google.com/p/zopfli/ and the whitepaper here: http://code.google.com/p/zopfli/downloads/detail?name=Data_compression_using_Zopfli.pdf.
Selected from shared topics, language and repository description—not editorial ratings.
i-e-b /
A clone of ( https://code.google.com/p/zopfli/ ), with the intention of porting it to C#