Skip to content

Add tiny lfu to roadmap#17

Merged
TKorr merged 2 commits intomainfrom
add-tiny-lfu-to-roadmap
Feb 15, 2026
Merged

Add tiny lfu to roadmap#17
TKorr merged 2 commits intomainfrom
add-tiny-lfu-to-roadmap

Conversation

@TKorr
Copy link
Contributor

@TKorr TKorr commented Feb 15, 2026

Description

Related Issue

Fixes #

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📝 Documentation update
  • 🔧 Refactoring (no functional changes)
  • ⚡ Performance improvement
  • 🧪 Test addition or modification

How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Manual testing

Test environment:

  • OS:
  • Rust version:

Checklist

  • My code follows the project's coding standards
  • I have run cargo fmt and cargo clippy
  • I have added tests for my changes
  • All new and existing tests pass (cargo test)
  • I have updated the documentation as needed
  • I have added an entry to CHANGELOG.md (if applicable)

Screenshots (if applicable)

Additional Notes

- Revised the list of upcoming cache policies in the README to include GDSF and TinyLFU/W-TinyLFU.
- Added TinyLFU/W-TinyLFU to the implemented policy summaries in the roadmap documentation, ensuring clarity on current and future features.
- Removed outdated references to ARC and CAR from the planned policies section in the README.
- Ensured the list accurately reflects the current focus on LIRS, GDSF, and TinyLFU/W-TinyLFU.
@TKorr TKorr merged commit 6a4e196 into main Feb 15, 2026
8 checks passed
@TKorr TKorr deleted the add-tiny-lfu-to-roadmap branch February 15, 2026 15:39
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