Creating a gzip stream from separately compressed chunks

前端 未结 2 1212
鱼传尺愫
鱼传尺愫 2021-01-07 01:59

I like to be able to generate a gzip (.gz) file using concurrent CPU threads. I.e., I would be deflating separate chunks from the input file with separately initialized

2条回答
  •  不知归路
    2021-01-07 02:52

    Sure..

    http://zlib.net/pigz/

    A parallel implementation of gzip for modern multi-processor, multi-core machines

提交回复
热议问题