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 zstandard to decompress chunks to save memory #977

Merged
merged 2 commits into from
Feb 23, 2025

Conversation

dachengx
Copy link
Collaborator

@dachengx dachengx commented Feb 23, 2025

Following #976

The zstd is still used when compressing data, because zstandard's compression is multithreaded.

@coveralls
Copy link

Coverage Status

coverage: 89.192% (+0.008%) from 89.184%
when pulling 7cc92a8 on zstandard_decompress
into 3435d5c on master.

@dachengx dachengx marked this pull request as ready for review February 23, 2025 06:05
@dachengx dachengx merged commit 212c233 into master Feb 23, 2025
7 checks passed
@dachengx dachengx deleted the zstandard_decompress branch February 23, 2025 06:05
dachengx added a commit that referenced this pull request Feb 23, 2025
dachengx added a commit that referenced this pull request Feb 23, 2025
dachengx added a commit that referenced this pull request Feb 24, 2025
dachengx added a commit that referenced this pull request Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants