C++ cache with LRU/LFU/FIFO policies implementation
-
Updated
May 12, 2024 - C++
C++ cache with LRU/LFU/FIFO policies implementation
A toy implementation of cache using FILO, FIFO, LRU and LFU policies in C++.
Scheduling Algorithm Project Work with C++
Implementación LRU y FIFO de un Cache con todas sus operaciones en O(1).
Add a description, image, and links to the fifo-cache topic page so that developers can more easily learn about it.
To associate your repository with the fifo-cache topic, visit your repo's landing page and select "manage topics."