Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace compress/gzip with pgzip #54

Open
thebsdbox opened this issue May 21, 2021 · 0 comments
Open

Replace compress/gzip with pgzip #54

thebsdbox opened this issue May 21, 2021 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@thebsdbox
Copy link
Contributor

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:

@tstromberg tstromberg added kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. labels Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

2 participants