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 zstd multithreading for compression / package writing #133

Closed
wolfv opened this issue Mar 27, 2023 · 0 comments · Fixed by #469
Closed

Use zstd multithreading for compression / package writing #133

wolfv opened this issue Mar 27, 2023 · 0 comments · Fixed by #469
Labels
good first issue Good for newcomers

Comments

@wolfv
Copy link
Contributor

wolfv commented Mar 27, 2023

We can enable the zstdmt feature on the zstd crate and use multithreading as described here:

https://docs.rs/zstd/latest/zstd/stream/write/struct.Encoder.html#method.multithread

For the package writing functions here: https://github.com/mamba-org/rattler/blob/main/crates/rattler_package_streaming/src/write.rs

@wolfv wolfv added the good first issue Good for newcomers label Mar 27, 2023
@wolfv wolfv closed this as completed in #469 Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant