I want to compress a string of bits and after that I want to decompress it. Can any body help me by mentioning a Fast Lossless Compression and Decompression Technique and if possible than it's programming implementation.
If you're looking for speed, then considering a fast compression algorithm like LZ4 makes sense. Such algorithm is an order of magnitude faster than zlib/gzip (like 10x faster). http://code.google.com/p/lz4/
What about the ever-green called gzip or bzip2? They come already as library, ready to use.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With