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 #24

Merged
merged 77 commits into from
Oct 31, 2024
Merged

0.5.0 #24

merged 77 commits into from
Oct 31, 2024

Conversation

al8n
Copy link
Owner

@al8n al8n commented Oct 30, 2024

No description provided.

Copy link

codecov bot commented Oct 30, 2024

Codecov Report

Attention: Patch coverage is 73.09645% with 371 lines in your changes missing coverage. Please review.

Project coverage is 76.98%. Comparing base (c151987) to head (de735c1).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/sealed.rs 72.06% 145 Missing ⚠️
src/memtable/alternative/multiple_version.rs 50.00% 26 Missing ⚠️
src/memtable/linked/multiple_version.rs 60.93% 25 Missing ⚠️
src/memtable/arena/multiple_version.rs 72.36% 21 Missing ⚠️
src/types.rs 66.03% 18 Missing ⚠️
src/memtable/linked/table.rs 57.50% 17 Missing ⚠️
src/types/multiple_version.rs 87.30% 16 Missing ⚠️
src/wal/base.rs 83.14% 15 Missing ⚠️
src/memtable/alternative/table.rs 50.00% 14 Missing ⚠️
src/memtable/arena/table.rs 69.56% 14 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
- Coverage   82.97%   76.98%   -6.00%     
==========================================
  Files          20       27       +7     
  Lines        1686     1981     +295     
==========================================
+ Hits         1399     1525     +126     
- Misses        287      456     +169     
Files with missing lines Coverage Δ
src/lib.rs 50.00% <100.00%> (-16.67%) ⬇️
src/utils.rs 100.00% <ø> (+23.07%) ⬆️
src/wal/base/iter.rs 100.00% <ø> (ø)
src/wal/multiple_version.rs 89.65% <ø> (ø)
src/wal/multiple_version/iter.rs 71.92% <ø> (ø)
src/wal/pointer.rs 69.11% <ø> (ø)
src/wal/query.rs 86.66% <ø> (ø)
src/options.rs 98.14% <87.50%> (+0.08%) ⬆️
src/memtable.rs 0.00% <0.00%> (ø)
src/swmr/writer.rs 84.61% <84.61%> (ø)
... and 17 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...de735c1. Read the comment docs.

@al8n al8n merged commit 6658030 into main Oct 31, 2024
51 of 53 checks passed
@al8n al8n deleted the versioned branch October 31, 2024 10:05
al8n added a commit that referenced this pull request Oct 31, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
al8n added a commit that referenced this pull request Oct 31, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
al8n added a commit that referenced this pull request Oct 31, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
al8n added a commit that referenced this pull request Nov 1, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
al8n added a commit that referenced this pull request Nov 1, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
al8n added a commit that referenced this pull request Nov 2, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
- Support `no-std` environment
al8n added a commit that referenced this pull request Nov 2, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
- Support `no-std` environment
al8n added a commit that referenced this pull request Nov 2, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
- Support `no-std` environment
al8n added a commit that referenced this pull request Nov 2, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
- Support `no-std` environment
al8n added a commit that referenced this pull request Nov 2, 2024
- Refactor the project to make all WALs based on the generic implementation.
- Support different memtables based on [`crossbeam-skiplist`](https://github.com/crossbeam-rs/crossbeam) or [`skl`](https://github.com/al8n/skl)
- More user-friendly APIs
- Support `no-std` environment
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