Posted by : Cyber Freak
Monday, 4 March 2013
According to Google, the new algorithm is named after a Swiss bread recipe and is implementation of the Deflate algorithm, which is used in the popular ZIP archive format, as well as in gzip file compression. Google explains in its blog that the output generated by Zopfli is about 3-8 percent smaller as compared to zlib at the maximum compression. Zopfli has been written in C and is a compression-only library. Zopfli is bit-stream compatible with compression used in gzip, Zip, PNG, HTTP requests, and others.
“The smaller compressed size allows for better space utilization, faster data transmission, and lower web page load latencies. Furthermore, the smaller compressed size has additional benefits in mobile use, such as lower data transfer fees and reduced battery use,” says Google in a blog post.
“Due to the amount of CPU time required — 2 to 3 orders of magnitude more than zlib at maximum quality — Zopfli is best suited for applications where data is compressed once and sent over a network many times, for example, static content for the web. By open sourcing Zopfli, thus allowing webmasters to better optimize the size of frequently accessed static content, we hope to make the Internet a bit faster for all of us,”.
- Back to Home »
- google , internet , search engine , technology , updates »
- Zopfli: Google's New Data Compression Algorithm