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

Reduce heap usage of various small strings #172

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Jul 22, 2024

This reduces the parsed size of the largest Zarr manifest from 86,010,142 bytes to 85,025,112 bytes. It should also make various requests to paths under Zarrs in /zarrs/ faster (likely imperceptibly so, but still).

@jwodder jwodder added performance Efficient use of time and space code quality Nonfunctional improvements to the codebase labels Jul 22, 2024
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.30%. Comparing base (c981061) to head (e766c8b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #172   +/-   ##
=======================================
  Coverage   47.30%   47.30%           
=======================================
  Files          27       27           
  Lines        3854     3854           
=======================================
  Hits         1823     1823           
  Misses       2031     2031           

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

jwodder added a commit to jwodder/manifest-size that referenced this pull request Jul 22, 2024
@jwodder jwodder merged commit 8455136 into main Jul 22, 2024
11 checks passed
@jwodder jwodder deleted the compact-component branch July 22, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Nonfunctional improvements to the codebase performance Efficient use of time and space
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant