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 tar w/ tar-stream #201

Closed
1 task done
SukkaW opened this issue Dec 22, 2024 · 1 comment
Closed
1 task done

Replace tar w/ tar-stream #201

SukkaW opened this issue Dec 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SukkaW
Copy link

SukkaW commented Dec 22, 2024

Describe the feature

tar uses minipass (and fs-minipass and minizlib) as their stream implementation. However we don't utilize any features provided by minipass, we only need a normal Node.js stream. We can replace minipass w/ tar-stream (with manual fs.createWriteStream) which is more lightweight.

Additional information

  • Would you be willing to help implement this feature?
@SukkaW SukkaW added the enhancement New feature or request label Dec 22, 2024
@pi0
Copy link
Member

pi0 commented Dec 23, 2024

Plan is migrate to nanotar (#131)

@pi0 pi0 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants