Skip to content

Instantly share code, notes, and snippets.

@komiya-atsushi
Created March 1, 2013 12:07
Show Gist options
  • Save komiya-atsushi/5064231 to your computer and use it in GitHub Desktop.
Save komiya-atsushi/5064231 to your computer and use it in GitHub Desktop.
zopfli でパラメータを変えながら Silesia Corpus の dickens (約 10MB) を圧縮してみた。
command comp.size time[sec]
---------------------------------------
gzip -9 3,851,823 1.00
zopfli -i5 3,683,337 28.04
zopfli -i10 3,674,622 37.57
zopfli -i15 3,673,627 46.77
zopfli -i25 3,672,377 65.90
zopfli -i50 3,671,837 115.22
zopfli -i100 3,671,506 210.78
zopfli -i250 3,670,590 496.03
zopfli -i500 3,669,497 970.95
zopfli -i1000 3,669,455 1928.70
Test data : dickens ( http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment