6 Mar
2020
6 Mar
'20
5:28 p.m.
On Fri, Mar 6, 2020 at 6:33 AM degski via Boost
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