Class Stdio.Pipe.Gzip

Inheritance graph
Stdio.Pipe.Base Stdio.Pipe.Gzip
Description

This module provides a gzip-compressing non-blocking pipe interface. Set it to a pool of dedicated backends to use more than one CPU core to compress data (use one thread per backend). Use it in conjunction with the Shuffler to scale to an unlimited number of CPU cores.


Inherit Base

inherit .Base : Base