rcsoccersim / rcssserver

The RoboCup Soccer Simulator Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace gzip stream in rcssbase with Boost.Iostreams

hidehisaakiyama opened this issue · 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.