ttarsi / compression

playing with some compresion algos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compression/encodings inspired by the hutter prize:

http://prize.hutter1.net/index.htm

data

start with ~1GB data created smaller samples for efficient tests

  • enwik9: 1e9 bytes ...
  • enwik6: 1e6 bytes -- benchmark gzip : 350 KB -- huffman : 617 KB

About

playing with some compresion algos


Languages

Language:Python 100.0%