Subj : data compression on data blocks To : comp.programming From : David Date : Mon Aug 29 2005 05:05 pm I have to implement a data compression to compress a lot of different small data blocks (about 100 to 1000 bytes) independend of each other. What are good algorithms to do this? Compression must be lossless. Thanks in advance David .