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

[WIP] Convert rvgo's memory implementation to radix trie #6

Closed
wants to merge 10 commits into from

Add comments

89460e6
Select commit
Loading
Failed to load commit list.
Closed

[WIP] Convert rvgo's memory implementation to radix trie #6

Add comments
89460e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2024 in 1s

73.08% (+0.77%) compared to 636210a

View this Pull Request on Codecov

73.08% (+0.77%) compared to 636210a

Details

Codecov Report

Attention: Patch coverage is 86.04651% with 36 lines in your changes missing coverage. Please review.

Project coverage is 73.08%. Comparing base (636210a) to head (89460e6).

Files with missing lines Patch % Lines
rvgo/fast/radix.go 87.98% 15 Missing and 13 partials ⚠️
rvgo/fast/page.go 55.55% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   72.30%   73.08%   +0.77%     
==========================================
  Files          16       17       +1     
  Lines        2723     2913     +190     
==========================================
+ Hits         1969     2129     +160     
- Misses        670      689      +19     
- Partials       84       95      +11     

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