123jack
Advanced Member level 2
Can anyone suggest the most efficient means of compressing 100 bytes of data?
By efficient I mean the runtime code should be as small as possible and
the data result as small as possible. The data must be accurately recoverable.
Time to compress is not a serious consideration so it doesnt have to be very fast.
It should be implementable in C if possible.
Obviously I've looked around at the popular stuff but I wondered (given the time
not being a great issue) if there was an algorythm that stood out to do this.
jack
By efficient I mean the runtime code should be as small as possible and
the data result as small as possible. The data must be accurately recoverable.
Time to compress is not a serious consideration so it doesnt have to be very fast.
It should be implementable in C if possible.
Obviously I've looked around at the popular stuff but I wondered (given the time
not being a great issue) if there was an algorythm that stood out to do this.
jack