$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-03-06 17:28:33
On Fri, Mar 6, 2020 at 6:33 AM degski via Boost <boost_at_[hidden]> wrote:
> Why not use lzma(2)?
This is not a question of implementation but a question of what a
clean, Boost-quality, modern C++ API to a codec that operates on
memory buffers looks like. The stock ZLib API is very C-oriented
(obviously). Can we do better?
Thanks