lfu-cache
Here are 77 public repositories matching this topic...
HTTP Network Proxy with O(1) LFU caching
-
Updated
Mar 30, 2018 - Python
-
Updated
Apr 30, 2023 - Java
Some famous design questions and their implementation
-
Updated
Jan 11, 2020 - Java
We have implemented a proxy server for web caching. We have implemented and compared 2 caching algorithms which include LRU and LFU. This was my project during course of Computer Networks at SEAS, Ahmedabad University during Monsoon 2017 (Semester 5).
-
Updated
Aug 17, 2018 - Python
Data structures and algorithms problems solutions
-
Updated
Apr 8, 2023 - Java
Implementations of various cache replacement algorithms
-
Updated
Jun 22, 2020 - Go
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.
-
Updated
Sep 19, 2024
-
Updated
Apr 17, 2020 - C++
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.
-
Updated
Nov 26, 2023 - Python
Adaptive bandit cache selection
-
Updated
Apr 14, 2024 - Go
C++ header-only library for software based caches
-
Updated
Jan 18, 2021 - C++
Improve this page
Add a description, image, and links to the lfu-cache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lfu-cache topic, visit your repo's landing page and select "manage topics."