Skip to content

kislerdm/go-zopfli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-zopfli

Go port of Zopfli, a zlib-compatible compression library.

Zopfli compresses data more effectively than zlib does, at the expense of compression speed. The go-zopfli port is 2-3 times slower than the C version, and compresses at approximately 100 kB/s.

It can be used to compress files that will not change often or if you need a lower-level interface to Deflate compression.

See the package documentation.

About

Go port of zopfli, a zlib-compatible compression library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%