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

Configurable inplace storage #10

Merged
merged 7 commits into from
Feb 4, 2024
Merged

Conversation

SergeyMakeev
Copy link
Owner

@SergeyMakeev SergeyMakeev commented Feb 4, 2024

  1. Add configurable inplace storage
  2. Fix the issue with an incorrect second argument returned from pair<it, bool>emplace(); when the hash table grow
  3. Performance optimizations
  4. Add more tests

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2cd900f) 100.00% compared to head (7691028) 100.00%.

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         6    +1     
  Lines         1181      1250   +69     
=========================================
+ Hits          1181      1250   +69     

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

@SergeyMakeev SergeyMakeev merged commit 7d001e9 into main Feb 4, 2024
7 checks passed
@SergeyMakeev SergeyMakeev deleted the configurable_inplace_storage branch February 4, 2024 06:48
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.

None yet

2 participants