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

flat fixed size vector #124

Merged
merged 17 commits into from
Feb 18, 2023
Merged

flat fixed size vector #124

merged 17 commits into from
Feb 18, 2023

Conversation

tzaeschke
Copy link
Owner

A flat fixed size vector for future us in the B+trees.

@tzaeschke tzaeschke self-assigned this Feb 17, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #124 (77041bd) into main (b2b72f5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #124   +/-   ##
=======================================
  Coverage   98.29%   98.30%           
=======================================
  Files          25       25           
  Lines        1999     2009   +10     
=======================================
+ Hits         1965     1975   +10     
  Misses         34       34           
Impacted Files Coverage Δ
include/phtree/common/b_plus_tree_base.h 91.70% <100.00%> (ø)
include/phtree/common/b_plus_tree_hash_map.h 98.38% <100.00%> (+<0.01%) ⬆️
include/phtree/common/b_plus_tree_map.h 98.13% <100.00%> (+0.05%) ⬆️
include/phtree/common/flat_array_map.h 99.02% <100.00%> (+0.03%) ⬆️
include/phtree/common/flat_sparse_map.h 97.91% <100.00%> (+0.09%) ⬆️
include/phtree/v16/node.h 100.00% <100.00%> (ø)
include/phtree/v16/phtree_v16.h 99.50% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tzaeschke tzaeschke merged commit d3c8eac into main Feb 18, 2023
@tzaeschke tzaeschke deleted the yolo/bpt_vector branch February 18, 2023 17:59
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