In-memory LRU Cache implementation using multiple Design Patterns
-
Updated
Sep 23, 2023 - Java
In-memory LRU Cache implementation using multiple Design Patterns
Projekt (Simulace o počítačových službách) z předmětu Modelování a simulace (IMS), pátý semestr bakalářského studia BIT na FIT VUT/BUT, ak.rok 2024/2025
Implementation of the SIEVE cache eviction algorithm in Go
This repository is a CacheLib prototype of TARDIS, a learned cache eviction policy as part of the LDOS Expeditions project at UT Austin. It implements LRUForgive and S3FIFOForgive with a log-structured multithreaded architecture, and is evaluated against LRU & S3FIFO on real traces to to measure miss-ratio improvement under high eviction pressure.
A comprehensive collection of cache eviction policies implemented in python, providing practical examples for Least Recently Used (LRU), Least Frequently Used (LFU), and other strategies to optimize data caching in your applications.
Implementation of cache eviction policies including Least Recently Used (LRU), Least Frequently Used (LFU), and First-In-First-Out (FIFO) algorithms. This project demonstrates efficient cache management techniques to optimize data retrieval and memory usage.
Design Application Cache/LRU Cache
🚧 Work in Progress 🚧 A middleware library for caching data with various eviction policies, cache invalidation, and cache coherency strategies.
Add a description, image, and links to the cache-eviction-policy topic page so that developers can more easily learn about it.
To associate your repository with the cache-eviction-policy topic, visit your repo's landing page and select "manage topics."