compression algorithm in memory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Howie

    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
  • Gianni Mariani

    #2
    Re: compression algorithm in memory

    Howie wrote:[color=blue]
    > 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.[/color]

    you can try bzip2 as well.

    However, this has nothing to do with the C++ language and hence is
    off-topic here.

    Comment

    Working...