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

Multi-threading for pack/unpack #254

Open
amisevsk opened this issue Apr 22, 2024 · 1 comment
Open

Multi-threading for pack/unpack #254

amisevsk opened this issue Apr 22, 2024 · 1 comment
Labels
enhancement New feature or request hacktoberfest

Comments

@amisevsk
Copy link
Contributor

Describe the problem you're trying to solve
The pack and unpack commands run through layers sequentially, one at a time. This means that if e.g. a modelkit has 3 layers, each 100MB in size, packing/unpacking will take roughly 3x as long as if it was unpacked in parallel.

Describe the solution you'd like
Unpack layers in parallel.

Describe alternatives you've considered
N/A

Additional context
Add any other context or screenshots about the feature request here.

@amisevsk amisevsk added the enhancement New feature or request label Apr 22, 2024
@SkySingh04
Copy link

This looks like an interesting issue, Will be working on this!

SkySingh04 added a commit to SkySingh04/kitops that referenced this issue Oct 10, 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 hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants