Tag

zopfli
Google Zopfli Banner Stage 2
08
Jan

Optimizing Google’s Compression Algorithm Zopfli (Stage 2)

Test Building Post Notes: All tests and optimizations can be downloaded from my GitHub repo. github.com/marcobeltempo/zopfli/tree/optimization_tester To build the source code run the make command from the main directory Execute/compress file ./zopfli your_file_nameIn continuation of Stage...
Read More
Google Zopfli Banner Stage 1
16
Dec

Optimizing Google’s Compression Algorithm Zopfli (Stage 1)

Zopfli is a compression algorithm library written in C designed with performance over speed. Zopfli will compress to deflate, gzip and zlib output format, but it won't decompress. Existing gzip or deflate libraries can decompress...
Read More

Categories