blob: ade95f9f13e5032b9ddf43fc7d206e2644c9f4bb (
plain)
1
2
3
4
5
6
7
|
This is a simple compressor using the UCL library.
It takes the data from stdin and writes to stdout.
It is limited to MAX_MEM (64kb), but you should be compressing
way less than that anyway!
|