Re: simple string compression?
> Well, using my "space saver" technique got the 519,942 byte input file[color=blue]
> down to 217,875 bytes - again, 42%. I suspect that getting it down
> significantly from there would take a fair amount more work -
> basically, writing a Huffman encoder, which is reasonably
> straightforward (I've done it before) but not trivial, and not
> something I fancy doing at half four in the morning :)[/color]
Sounds good Jon. I'm anxious to see what you can do with that. If you
don't mind, I plan on submitting this code (with proper credit of course) to
various sites so compression code isn't so hard to come by.
Chris
> Well, using my "space saver" technique got the 519,942 byte input file[color=blue]
> down to 217,875 bytes - again, 42%. I suspect that getting it down
> significantly from there would take a fair amount more work -
> basically, writing a Huffman encoder, which is reasonably
> straightforward (I've done it before) but not trivial, and not
> something I fancy doing at half four in the morning :)[/color]
Sounds good Jon. I'm anxious to see what you can do with that. If you
don't mind, I plan on submitting this code (with proper credit of course) to
various sites so compression code isn't so hard to come by.
Chris
Comment