Compression library for .NET
The aim of library's creation is gaining some practice in F#... and doing my university's homework ;)
Project compiled with F# 3.0 (VS 2012) but code is backward compatible with F# 2.0 (VS 2010).
COMPRESSION METHODS
- RLE (Run Length Encoding); // ready to use
- Huffman;
- arithmetic coding;
- LZW (Lempel-Ziv-Welch).