You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
Makefile | 5 years ago | |
README | 5 years ago | |
arith.hs | 5 years ago | |
bwt.hs | 5 years ago | |
cpress.1 | 5 years ago | |
cpress.hs | 5 years ago | |
cpress.mk | 5 years ago | |
del.hs | 5 years ago | |
huff.hs | 5 years ago | |
lz.hs | 5 years ago |
README
I'm going to try and implement a few data compression algorithms in
Haskell, and the sources are... Here (TM)! The algorithms I'm
currently planning on implementing are:
Arithmetic compression
the Burrows-Wheeler Transform
Delta encoding
Huffman encoding
I think I might chain a few of these together and make a bytestream
compression tool, but talk is cheap and I have no code.
cdo