tinkerbell / actions

Suite of Tinkerbell Actions for use in Tinkerbell Workflows
Apache License 2.0
28 stars 43 forks source link

Replace compress/gzip with pgzip #54

Open thebsdbox opened 3 years ago

thebsdbox commented 3 years ago

Expected Behaviour

The pgzip library implemented "parallel" gzip, this would be useful where image2disk or oci2disk hit areas of compressed data.. it wont speed up writing actual data to disk. -> https://github.com/klauspost/pgzip

Current Behaviour

We decompress in a single stream, this should decompress multiple chunks in parallel.

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment