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

problem_report: reduce chunk size from 1 MB to 128 kB #462

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bdrung
Copy link
Collaborator

@bdrung bdrung commented Feb 28, 2025

Use a consistant chunk size of 128 kB (instead of 1 MB) which is also the maximum block size of Zstandard (ZSTD_BLOCKSIZE_MAX).

@bdrung bdrung requested a review from schopin-pro February 28, 2025 10:44
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.61%. Comparing base (24f307b) to head (90dbb83).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #462   +/-   ##
=======================================
  Coverage   83.61%   83.61%           
=======================================
  Files         101      101           
  Lines       20464    20464           
  Branches     3219     3219           
=======================================
  Hits        17111    17111           
  Misses       2858     2858           
  Partials      495      495           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Use a consistant chunk size of 128 kB (instead of 1 MB) which is also
the maximum block size of Zstandard (`ZSTD_BLOCKSIZE_MAX`).
@bdrung bdrung added this to the 2.33.0 milestone Feb 28, 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.

1 participant