Simple/efficient text compression
Posted
by arthurprs
on Stack Overflow
See other posts from Stack Overflow
or by arthurprs
Published on 2010-06-09T01:10:40Z
Indexed on
2010/06/09
1:12 UTC
Read the original article
Hit count: 329
What's the simplest, but efficient compression algorithm?
Deflate, lzma, etc. aren't valid options. I need something that compiles really small, like: RLE, LZX, Huffman, etc..
Note: The data is 95% ASCII text
© Stack Overflow or respective owner