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

feat: introduce cache file v2 #175

Merged
merged 3 commits into from
Jun 13, 2022
Merged

feat: introduce cache file v2 #175

merged 3 commits into from
Jun 13, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented Jun 13, 2022

What changes were proposed in this pull request?

Introduce cache file v2. Which is prepared for append-only & punch-hole write model.

Which issues is this PR related to?

#171

@MrCroxx MrCroxx added the feature New feature. label Jun 13, 2022
@MrCroxx MrCroxx self-assigned this Jun 13, 2022
@MrCroxx MrCroxx enabled auto-merge (squash) June 13, 2022 05:54
@codecov
Copy link

codecov bot commented Jun 13, 2022

Codecov Report

Merging #175 (a303a77) into main (0770ce4) will decrease coverage by 1.21%.
The diff coverage is 62.11%.

@@            Coverage Diff             @@
##             main     #175      +/-   ##
==========================================
- Coverage   84.00%   82.78%   -1.22%     
==========================================
  Files          90       94       +4     
  Lines        9028     9307     +279     
==========================================
+ Hits         7584     7705     +121     
- Misses       1444     1602     +158     
Impacted Files Coverage Δ
storage/src/file_cache/error.rs 0.00% <ø> (ø)
storage/src/file_cache/judge.rs 0.00% <0.00%> (ø)
storage/src/lib.rs 100.00% <ø> (ø)
storage/src/file_cache/manager.rs 5.00% <5.00%> (ø)
storage/src/file_cache/buffer.rs 70.39% <29.16%> (-6.34%) ⬇️
storage/src/file_cache/file_old.rs 67.41% <67.41%> (ø)
storage/src/file_cache/fs.rs 73.33% <73.33%> (ø)
storage/src/file_cache/file.rs 88.23% <86.88%> (-5.03%) ⬇️
wheel/src/lib.rs 91.02% <0.00%> (+0.42%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0770ce4...a303a77. Read the comment docs.

@MrCroxx MrCroxx merged commit 2e13909 into main Jun 13, 2022
@MrCroxx MrCroxx deleted the xx/file-cache branch June 13, 2022 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant