rcssserver icon indicating copy to clipboard operation
rcssserver copied to clipboard

Replace gzip stream in rcssbase with Boost.Iostreams

Open hidehisaakiyama opened this issue 5 years ago • 0 comments

The gzip stream library implemented in rcssbase works well, but it's nice if we can support other compression algorithms, such as zip, bzip2, and xz. Boost.Iostreams would be a good solution for this purpose.

hidehisaakiyama avatar Feb 10 '20 07:02 hidehisaakiyama