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

Feature/improved missing chunk iterator #18

Merged
merged 3 commits into from
Oct 13, 2024

Conversation

wasm-forge
Copy link
Owner

  • Upgrade Pocket-ic client version to V5.0.
  • Filename cache added (faster repeated opening of the same file).
  • Refactor v2 chunks reading and writing (reuse the same iteration mechanism).
  • Medatada cache for regular files (faster overwriting in small segments).
  • Dependency updates to the latest versions

@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 97.75641% with 7 lines in your changes missing coverage. Please review.

Project coverage is 97.06%. Comparing base (edc8f04) to head (ee0ccda).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/storage/metadata_cache.rs 94.92% 7 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   96.94%   97.06%   +0.12%     
==========================================
  Files          16       18       +2     
  Lines        5328     5752     +424     
==========================================
+ Hits         5165     5583     +418     
- Misses        163      169       +6     

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

@wasm-forge wasm-forge closed this Oct 13, 2024
@wasm-forge wasm-forge deleted the feature/improved_missing_chunk_iterator branch October 13, 2024 12:26
@wasm-forge wasm-forge restored the feature/improved_missing_chunk_iterator branch October 13, 2024 12:28
@wasm-forge wasm-forge reopened this Oct 13, 2024
@wasm-forge wasm-forge merged commit fe3f100 into main Oct 13, 2024
2 checks passed
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