 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Howie Guest
|
Posted: Thu Mar 04, 2004 4:25 pm Post subject: compression algorithm in memory |
|
|
Hi,
does someone know a simple algorithm (Huffman, LZW etc.) for
compression in memory with ANSI - C++ or STL-strings ?
An implemention with zlib seems a little bit heavy for me.
Thanks,
Howie
|
|
| Back to top |
|
 |
Gianni Mariani Guest
|
Posted: Thu Mar 04, 2004 5:02 pm Post subject: Re: compression algorithm in memory |
|
|
Howie wrote:
| Quote: | Hi,
does someone know a simple algorithm (Huffman, LZW etc.) for
compression in memory with ANSI - C++ or STL-strings ?
An implemention with zlib seems a little bit heavy for me.
|
you can try bzip2 as well.
However, this has nothing to do with the C++ language and hence is
off-topic here.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|