FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cache-replacement · GitHub Topics · GitHub

#

cache-replacement

Here are 24 public repositories matching this topic...

A customizable hardware prefetching framework using online reinforcement learning as described in the MICRO 2021 paper by Bera et al. (https://arxiv.org/pdf/2109.12021.pdf).

  • Updated May 27, 2026
  • C++

Using Belady's algorithm for improved cache replacement

  • Updated Apr 25, 2019
  • C++

A project for Advanced Operating System(CS604) that implements ARC cache replacement policy.

  • Updated Aug 23, 2020
  • C++

The PyTorch codebase for -> DEAP Cache: Deep Eviction Admission and Prefetching for Cache.

  • Updated Sep 22, 2020
  • Python

Trace-driven cache memory simulator with LRU, MRU, RR and Belady replacement policies.

  • Updated Dec 22, 2023
  • C#

Cache Replacement Championship - 2

  • Updated Apr 29, 2017
  • C++

High performing caching package for node/javascript

  • Updated Sep 24, 2024
  • TypeScript

Implemented modern last-level cache(LLC) with the concept of "Perceptron Learning for Reuse Prediction" that use neural network idea, which is training the predictor by a smaller independent cache with a series of features.

  • Updated Jul 20, 2018
  • C++

Source code for the cache replacement policy published in [Faldu et al., PACT'17] and [Faldu et al., CRC2'17].

  • Updated Aug 15, 2019
  • C++

Source code for the cache replacement policy published in [Faldu et al., PACT'17] and [Faldu et al., CRC2'17].

  • Updated Nov 26, 2019
  • C++

A transformer-based cache replacement model for CDNs using imitation learning technique with Belady's optimal policy

  • Updated Sep 6, 2023
  • Jupyter Notebook

Programs implemented during lab sessions of course CSC403 i.e (Computer Organization & Architecture)

  • Updated Mar 7, 2021
  • C

A console application to simulate cache and cache replacement policies : LRU, LFU and MRU

  • Updated Dec 1, 2020
  • C

Implementation of Cache Replacement Algorithm (FIFO and LRU) and calculation of corresponding Cache Hit Ratio.

  • Updated Feb 28, 2022
  • Java

Reproduces the results of the FAST 2021 paper, Learning Cache Replacement with CACHEUS, for Academic purposes.

  • Updated Jun 16, 2026
  • Python

This repository contains a set-associative cache simulator in C with four eviction policies: LRU, LFU, Bélády's OPT, and an online perceptron-based policy that scores by recency, frequency, and per-PC weights updated from a circular eviction history to explore whether a lightweight ML model can approximate OPT at runtime with no offline training.

  • Updated Apr 23, 2026
  • C

Cache replacement algorithms, including Least Recently Used (LRU), First In First Out (FIFO), and Enhanced Not Recently Used (ENRU).

  • Updated Sep 4, 2024
  • Jupyter Notebook

Simulates and compares FIFO, LRU, XGBoost, LightGBM, Simulates and compares FIFO, LRU, XGBoost, LightGBM, and Actor‑Critic RL cache policies on Zipfian traces, reporting hit rates against an optimal baseline.

  • Updated Jan 12, 2026
  • Python

ARC Cache Implementation (in Haskell!)

  • Updated Apr 8, 2019
  • Haskell

Improve this page

Add a description, image, and links to the cache-replacement topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cache-replacement topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL