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.5.0 #22

Closed
wants to merge 59 commits into from
Closed

0.5.0 #22

wants to merge 59 commits into from

Conversation

al8n
Copy link
Owner

@al8n al8n commented Oct 25, 2024

  • Refactor the code
  • Support different memtables based on crossbeam-skiplist or skl
  • More user-friendly APIs
  • Support FrozenOrderWal

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

Attention: Patch coverage is 45.14979% with 769 lines in your changes missing coverage. Please review.

Project coverage is 51.90%. Comparing base (c151987) to head (042a100).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/sealed.rs 60.00% 188 Missing ⚠️
src/types.rs 31.14% 126 Missing ⚠️
src/wal/multiple_version.rs 0.00% 97 Missing ⚠️
src/wal/pointer.rs 32.28% 86 Missing ⚠️
src/wal/iter.rs 18.82% 69 Missing ⚠️
src/memtable/arena/multiple_version.rs 0.00% 52 Missing ⚠️
src/memtable/linked/multiple_version.rs 0.00% 39 Missing ⚠️
src/wal/base.rs 58.75% 33 Missing ⚠️
src/batch.rs 55.81% 19 Missing ⚠️
src/builder.rs 75.47% 13 Missing ⚠️
... and 10 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #22       +/-   ##
===========================================
- Coverage   82.97%   51.90%   -31.08%     
===========================================
  Files          20       22        +2     
  Lines        1686     1628       -58     
===========================================
- Hits         1399      845      -554     
- Misses        287      783      +496     
Files with missing lines Coverage Δ
src/lib.rs 100.00% <100.00%> (+33.33%) ⬆️
src/utils.rs 100.00% <ø> (+23.07%) ⬆️
src/options.rs 96.33% <80.00%> (-1.73%) ⬇️
src/swmr/reader.rs 85.71% <85.71%> (ø)
src/memtable.rs 0.00% <0.00%> (ø)
src/swmr/writer.rs 81.81% <81.81%> (ø)
src/wal/query.rs 70.58% <70.58%> (ø)
src/memtable/arena.rs 64.70% <64.70%> (ø)
src/memtable/linked/table.rs 82.35% <82.35%> (ø)
src/swmr/wal.rs 63.15% <61.11%> (-19.98%) ⬇️
... and 12 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 c151987...042a100. Read the comment docs.

@al8n
Copy link
Owner Author

al8n commented Oct 27, 2024

Close for now, as more functionalities need to be finished.

@al8n al8n closed this Oct 27, 2024
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