#include "genesis/utils/io/gzip.hpp"
#include "genesis/utils/io/gzip_stream.hpp"
#include "genesis/utils/threading/thread_pool.hpp"
#include <memory>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | GzipBlockOStream |
Output stream that writes blocks of gzip-compressed data to an underlying wrapped stream, using parallel compression. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |