tinkerbell/actions

Replace compress/gzip with pgzip

Opened this issue · 0 comments

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)

Context

Your Environment

  • Operating System and version (e.g. Linux, Windows, MacOS):

  • How are you running Tinkerbell? Using Vagrant & VirtualBox, Vagrant & Libvirt, on Packet using Terraform, or give details:

  • Link to your project or a code example to reproduce issue: