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

feat: introduce instrusive indexers and collections #21

Merged
merged 2 commits into from
Jun 28, 2023
Merged

Conversation

MrCroxx
Copy link
Collaborator

@MrCroxx MrCroxx commented Jun 28, 2023

Signed-off-by: MrCroxx mrcroxx@outlook.com

Signed-off-by: MrCroxx <mrcroxx@outlook.com>
@MrCroxx MrCroxx added the feature New feature or request label Jun 28, 2023
@MrCroxx MrCroxx self-assigned this Jun 28, 2023
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
@codecov-commenter
Copy link

Codecov Report

Merging #21 (bc91c2e) into main (79610aa) will increase coverage by 4.69%.
The diff coverage is 78.18%.

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   64.85%   69.55%   +4.69%     
==========================================
  Files          16       26      +10     
  Lines        2322     3629    +1307     
==========================================
+ Hits         1506     2524    +1018     
- Misses        816     1105     +289     
Impacted Files Coverage Δ
foyer-intrusive/src/eviction/mod.rs 0.00% <0.00%> (ø)
foyer-utils/src/dlist.rs 89.91% <0.00%> (-0.75%) ⬇️
foyer-utils/src/lib.rs 100.00% <ø> (ø)
foyer-utils/src/queue.rs 0.00% <0.00%> (ø)
foyer/src/container.rs 93.52% <ø> (ø)
foyer/src/lib.rs 100.00% <ø> (ø)
foyer/src/store/error.rs 0.00% <ø> (ø)
foyer-common/src/lib.rs 2.50% <2.50%> (ø)
foyer-intrusive/src/eviction/lru.rs 65.36% <65.36%> (ø)
foyer-policy/src/eviction/tinylfu.rs 82.22% <78.94%> (ø)
... and 7 more

... and 2 files with indirect coverage changes

@MrCroxx MrCroxx merged commit 506f3ef into main Jun 28, 2023
@MrCroxx MrCroxx deleted the xx/intrusive branch June 28, 2023 04:06
MrCroxx added a commit that referenced this pull request Apr 17, 2024
* feat: introduce instrusive indexers and collections

Signed-off-by: MrCroxx <mrcroxx@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants