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

refactor: deduplicated heap-optimized vectors #636

Merged
merged 2 commits into from
Dec 28, 2024
Merged

Conversation

pamburus
Copy link
Owner

@pamburus pamburus commented Dec 28, 2024

Deduplicated heap-optimized vectors all over the project.
Moved as Vec to a separate crate heapopt and reused wherever possible.

@pamburus pamburus changed the title refactor: deduplicated heap-optimized vectors all over the project refactor: deduplicated heap-optimized vectors Dec 28, 2024
Copy link

codecov bot commented Dec 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.51%. Comparing base (a0caafd) to head (c03bb7b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #636      +/-   ##
==========================================
+ Coverage   79.18%   79.51%   +0.32%     
==========================================
  Files          40       41       +1     
  Lines       11684    11851     +167     
==========================================
+ Hits         9252     9423     +171     
+ Misses       2432     2428       -4     

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

@pamburus pamburus marked this pull request as ready for review December 28, 2024 15:09
@pamburus pamburus merged commit df88e75 into master Dec 28, 2024
5 checks passed
@pamburus pamburus deleted the feature/heapopt branch December 28, 2024 15:17
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.

1 participant