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

0.20.0 #48

Merged
merged 23 commits into from
Nov 12, 2024
Merged

0.20.0 #48

merged 23 commits into from
Nov 12, 2024

Conversation

al8n
Copy link
Owner

@al8n al8n commented Nov 9, 2024

  • Add dynamic SkipMaps
  • Support create multiple SkipMaps on the same Arena
  • Improve docs on some constructor methods

Copy link

codecov bot commented Nov 10, 2024

Codecov Report

Attention: Patch coverage is 71.40039% with 580 lines in your changes missing coverage. Please review.

Project coverage is 71.02%. Comparing base (f2b6a11) to head (b450635).

Files with missing lines Patch % Lines
src/dynamic/list.rs 68.59% 163 Missing ⚠️
src/dynamic/list/iterator/all_versions.rs 68.19% 90 Missing ⚠️
src/dynamic/list/api/update.rs 70.37% 56 Missing ⚠️
src/dynamic/multiple_version.rs 73.91% 42 Missing ⚠️
src/dynamic/list/api.rs 62.74% 38 Missing ⚠️
src/traits.rs 70.00% 27 Missing ⚠️
src/dynamic/unique.rs 79.09% 23 Missing ⚠️
src/dynamic/builder/memmap.rs 67.18% 21 Missing ⚠️
src/generic/builder/memmap.rs 67.18% 21 Missing ⚠️
src/dynamic/list/entry.rs 71.42% 20 Missing ⚠️
... and 12 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
- Coverage   72.01%   71.02%   -0.99%     
==========================================
  Files          19       30      +11     
  Lines        2630     4335    +1705     
==========================================
+ Hits         1894     3079    +1185     
- Misses        736     1256     +520     
Files with missing lines Coverage Δ
src/allocator.rs 72.52% <100.00%> (+0.62%) ⬆️
src/generic/list/api.rs 66.05% <100.00%> (ø)
src/generic/list/api/update.rs 68.78% <100.00%> (ø)
src/generic/list/entry.rs 69.69% <ø> (ø)
src/options/open_options.rs 100.00% <ø> (+18.75%) ⬆️
src/sync.rs 76.10% <ø> (-2.75%) ⬇️
src/sync/map.rs 100.00% <ø> (+22.22%) ⬆️
src/unsync/map.rs 100.00% <ø> (+22.22%) ⬆️
src/generic/list/iterator/all_versions.rs 68.32% <91.66%> (ø)
src/lib.rs 57.89% <75.00%> (+3.13%) ⬆️
... and 20 more

Continue to review full report in Codecov by Sentry.

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

@al8n al8n merged commit e3466cb into main Nov 12, 2024
1 of 82 checks passed
@al8n al8n deleted the 0.20.0 branch November 12, 2024 09:53
al8n added a commit that referenced this pull request Nov 12, 2024
- Add dynamic `SkipMap`s
- Support create multiple `SkipMap`s on the same Arena
- Improve docs on some constructor methods
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