https://github.com/lostmsu/sieve
An implementation of the SIEVE cache eviction policy in C#
https://github.com/lostmsu/sieve
Last synced: 12 months ago
JSON representation
An implementation of the SIEVE cache eviction policy in C#
- Host: GitHub
- URL: https://github.com/lostmsu/sieve
- Owner: lostmsu
- License: mit
- Created: 2024-03-27T21:41:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T05:46:40.000Z (about 2 years ago)
- Last Synced: 2025-04-02T06:09:33.870Z (over 1 year ago)
- Language: C#
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Caching.Sieve/)
An implementation of the [Sieve algorithm for cache eviction](https://cachemon.github.io/SIEVE-website/blog/2023/12/17/sieve-is-simpler-than-lru/).