From: Jeff Garland (jeff_at_[hidden])
Date: 2006-03-18 18:27:36


sm garth wrote:
> is there current consideration for a boost compression library?

You might have a look @ iostreams. It incorporates existing compression
libraries into C++ streams:

http://www.boost.org/libs/iostreams/doc/index.html

That said, I'd say it's likely that there is interest in implementations
of compression algorithms in c++ if that's what you're thinking.

Jeff