$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost compression
From: Roland Bock (rbock_at_[hidden])
Date: 2009-05-15 05:34:26
Einav,
attached is a crude test program which performs zlib, gzip and bzip
compression. I used it for performance tests (size and time).
There is a bug in gzip-decompression:
https://svn.boost.org/trac/boost/ticket/2415
The attached code shows both, what works and what does not.
There also is a bug in bzip compression:
https://svn.boost.org/trac/boost/ticket/2411
The code uses the way that works :-)
HTH,
Roland
einav_i2 wrote:
> Hi!
>
> Can anyone send an exmaple of a string to string compression (not file)
> using boost iostreams and gzip?
>
> Thanks,
> Einav
>
>