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 segment fifo eviction policy #35

Merged
merged 2 commits into from
Jul 3, 2023
Merged

feat: introduce segment fifo eviction policy #35

merged 2 commits into from
Jul 3, 2023

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented Jul 3, 2023

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

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

Codecov Report

Merging #35 (6a15617) into main (7c81272) will increase coverage by 3.07%.
The diff coverage is 88.94%.

@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
+ Coverage   37.94%   41.02%   +3.07%     
==========================================
  Files          32       33       +1     
  Lines        3297     3481     +184     
==========================================
+ Hits         1251     1428     +177     
- Misses       2046     2053       +7     
Impacted Files Coverage Δ
foyer-intrusive/src/eviction/mod.rs 21.42% <ø> (+21.42%) ⬆️
foyer-storage/src/lib.rs 100.00% <ø> (ø)
foyer-intrusive/src/eviction/fifo.rs 88.46% <88.46%> (ø)
foyer-intrusive/src/core/adapter.rs 97.87% <100.00%> (+0.31%) ⬆️
foyer-intrusive/src/eviction/lfu.rs 88.21% <100.00%> (+1.09%) ⬆️
foyer-intrusive/src/eviction/lru.rs 65.43% <100.00%> (+1.49%) ⬆️

... and 1 file with indirect coverage changes

@MrCroxx MrCroxx merged commit ad3f125 into main Jul 3, 2023
4 checks passed
@MrCroxx MrCroxx deleted the xx/fifo branch July 3, 2023 07:38
MrCroxx added a commit that referenced this pull request Apr 17, 2024
* feat: add segment fifo eviction policy

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

* export fifo fs store

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

---------

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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants