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

Use multi-core optimized pgzip package for tar traversal #669

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rkoster
Copy link
Contributor

@rkoster rkoster commented Oct 16, 2024

This PR is blocked by: cloudfoundry/bosh-utils#98

@@ -2,7 +2,7 @@ package director

import (
"archive/tar"
"compress/gzip"
gzip "github.com/klauspost/pgzip"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as in bosh-utils: this import alias only hides info, would recommend removing it.

also putting non-standard-lib imports here will make the linter 😡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pending Merge | Prioritized
Development

Successfully merging this pull request may close these issues.

2 participants