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

cache-simulation · GitHub Topics · GitHub

#

cache-simulation

Here are 18 public repositories matching this topic...

a high performance library for building cache simulators

  • Updated Aug 14, 2026
  • C++

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

  • Updated Dec 22, 2023
  • C#

CPU Cache Simulation using gem5

  • Updated Mar 6, 2023
  • C

This is a simulator for access strategies for distributed caching. The simulator considers a user who is equipped by several caches, and receives from them periodical updates about the cached content. The problem and algorithms implemented here are detailed in the paper: I. Cohen, G. Einziger, R. Friedman, and G. Scalosub, “Access Strategies for…

  • Updated Oct 7, 2024
  • Python

CLI-based OS memory management simulator with physical allocation, buddy system, cache hierarchy, and virtual memory

  • Updated Feb 8, 2026
  • C++

Cache Simulator with C++ langauge

  • Updated Dec 19, 2018
  • C++

A C++11 Based CDN cache simulator

  • Updated Apr 13, 2020
  • C++

This C project is a cache simulation of a CPU containing L1D, L1I and L2 caches. It takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses and evictions for each cache type along with the content of each cache at the end.

  • Updated Oct 2, 2018
  • C

This repository demonstrates basic HTTP caching techniques in a Node.js Express server, including the use of Cache-Control headers and ETag for efficient API responses.

  • Updated Jul 23, 2025
  • JavaScript

Simulation study of cache architecture tradeoffs under concurrency — partitioned vs LRU vs client affinity, with trace-driven evaluation on Twitter cache workloads

  • Updated Apr 26, 2026
  • HTML

Simulates MoE expert placement across GPU memory, RAM, and NVMe.

  • Updated Aug 17, 2026
  • TypeScript

MIPS-style CPU simulator in Python supporting arithmetic, branching, memory ops, jump-and-link, cache simulation, and visual register/memory output.

  • Updated Jul 1, 2025
  • Python

gem5-based simulation study of Matrix–Matrix Multiplication (MM) across CPU models, clock frequencies, and memory hierarchies (DDR3/DDR4/DDR5). Includes config scripts, automation, stats collection, plots, and final report.

  • Updated Aug 17, 2025
  • Python

Contains all my coursework done for Computer Architecture course at IITH

  • Updated Dec 13, 2025
  • C

Cache simulation in order to obtain performance metrics

  • Updated Jul 12, 2025
  • C++

2025-1 컴퓨터시스템개론: From Bit Manipulation to Cache Simulation

  • Updated Jul 7, 2025
  • C

C++ based OS Memory Management Simulator demonstrating dynamic memory allocation and cache behavior.

  • Updated Jan 8, 2026
  • C++

Improve this page

Add a description, image, and links to the cache-simulation 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-simulation topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL