Stef wrote:Original: 9216 bytes
APLIB: 3968 bytes (43%)
LZ4HC: 4577 bytes (49%)
LZ4W : 5972 bytes (64%)
Huh, and I thought SLZ was doing bad due to the smaller one performing awful (but it's simple, so I guess I can't expect much either). I need to get around implementing that XSLZ idea I had around (SLZ isn't the most efficient thing out there), the problem is that I'm too lazy to make a compressor for it. Also SLZ is slow anyway, although I haven't measured it in a while =P
Anyway, with SLZ:
Smaller file: 1536 → 1096 bytes (71.35%)
Larger file: 9261 → 4861 bytes (52.49%)
These files seem to compress awfully in general though. How come nothing can make it shrink to around 30%?