Projects in Awesome Lists tagged with cache-simulator
A curated list of projects in awesome lists tagged with cache-simulator .
https://github.com/dynamorio/dynamorio
Dynamic Instrumentation Tool Platform
analysis-framework binary-analysis cache-simulator dynamorio instrumentation linux profiling simulator toolkit windows
Last synced: 25 Apr 2026
https://github.com/DynamoRIO/dynamorio
Dynamic Instrumentation Tool Platform
analysis-framework binary-analysis cache-simulator dynamorio instrumentation linux profiling simulator toolkit windows
Last synced: 13 Mar 2025
https://github.com/sstsimulator/sst-elements
SST Architectural Simulation Components and Libraries
cache cache-simulator hpc memory network-analysis networking processor processor-architecture simulation simulator snl-other snl-performance-workflow system-design trace
Last synced: 21 Feb 2026
https://github.com/dasebe/webcachesim
A C++11 simulator for a variety of CDN caching policies.
c-plus-plus-11 c-plus-plus11 cache-policy cache-simulator lru lru-cache lru-eviction request-trace webcache
Last synced: 24 Aug 2025
https://github.com/spcl/haystack
Haystack is an analytical cache model that given a program computes the number of cache misses.
analytical-model cache-mis cache-model cache-simulator performance-analysis
Last synced: 07 Apr 2025
https://github.com/swap76/cache_mapping_technique
Simulator for Direct, Associative, Set Associative Mapping Technique in Cache Allocation
associative-cache c-plus-plus cache-mapping cache-simulator direct-cache set-associative-cache
Last synced: 29 Jun 2025
https://github.com/ghonimo/design-and-simulation-of-split-l1-cache-psu-ece585
An in-depth project focusing on the design and simulation of a split L1 cache in C++. This repository covers MESI protocol operations, comprehensive test cases, and simulation results, showcasing strategies for enhancing cache coherence and performance. This is a class project from ECE 585: Microprocessor System Design at Portland State University
cache cache-control cache-simulator hpc mesi microprocessor portland-state-university split-l1
Last synced: 15 Apr 2025
https://github.com/rishit7/cachesimulator
A C++ based Cache Simulator to simulate cache hits and cache misses
cache cache-simulator simulator
Last synced: 18 Sep 2025
https://github.com/ammoradi/cache-simulator
a JavaScript Client-side Cache Simulator
cache-simulator javascript javascript-client jquery js
Last synced: 19 May 2026
https://github.com/marwanalmaseid/boba.cache
Boba.cache is an ASP.NET Core library that simplifies cache management. It offers interfaces to handle all cache operations (get, set, remove,...), generate keys, and manage cache entries.
cache-busting cache-control cache-maker cache-management cache-manager cache-simulator cache-storage cachemanager in-memory-caching redis
Last synced: 31 Aug 2025
https://github.com/bilgehangecici/cachelab
A cache simulator that 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.
Last synced: 02 May 2026
https://github.com/aronperez/cachesim
We are going to fail this class.
architecture cache-simulator college-project python3
Last synced: 18 Mar 2025
https://github.com/jiegec/cache-advanced
Homework of Advanced Computer Architecture
Last synced: 01 Apr 2025
https://github.com/bugzmanov/rediscache
LRU Cache Service with Monitoring & Alerting (Scala & Akka & Redis)
Last synced: 17 May 2026
https://github.com/dag7dev/architecture-helper
an helper for various tasks: pipeline drawer, hit and miss cache, tlb calc
architecture-helper cache-simulator hit pipeline-drawer python
Last synced: 17 Jan 2026
https://github.com/skourtsidisgiorgos/ntua-advcomparch
2019-2020 NTUA class "Advanced Computer Architecture"
benchmarks branch-predictors cache-simulator computer-architecture threads
Last synced: 22 Aug 2025
https://github.com/joaoeudes7/cachetsimulator
:computer: Cache Simulator in Typescript (CLI)
assembly cache-simulator cli mips risc-v tlb-simulator typescript
Last synced: 01 May 2026
https://github.com/kushrm2803/champsim
Cache Remapping
cache cache-simulator champsim llc memory
Last synced: 20 Aug 2025
https://github.com/eshan-sud/cache-simulator
A simple LRU-based Cache Simulator
Last synced: 08 Apr 2025
https://github.com/graziele-fagundes/cache-simulator
Trabalho final para a disciplina de Arquitetura e Organização de Computadores II com objetivo de criar um simulador de cache para analisar o desempenho e o comportamento de diferentes políticas de cache.
cache-simulator memory-allocation
Last synced: 01 Apr 2025
https://github.com/ccesarfp/direct-mapped-cache
Implementation of a cache memory model through Direct Mapping.
Last synced: 04 Jul 2025
https://github.com/chrisvilches/organic-cache-simulator
Cache simulator.
bootstrap cache cache-simulator computer-architecture javascript nodejs typescript
Last synced: 13 Apr 2026
https://github.com/ganesh96/cache-system
A cache system is simulated by using probability distribution on file, request events and observing the results of each cache policy for these distributions. Cache policies used are least probabilistically and storage used aka LPSU, least frequently used aka LFU and least recently used aka LRU.
cache-simulator proababilistic requests
Last synced: 27 Oct 2025
https://github.com/saivittalb/cache-simulation-programming
🏜 Implementation of single-level cache simulator and analyze the performance of various cache architectures using real-world program traces.
cache cache-simulator computer-architecture cpp gcc visual-studio-code
Last synced: 08 Feb 2026
https://github.com/coiti4/processor-architectures-project
Project for the Processors Architecture course at Université Paris-Saclay, France.
cache-simulator computer-architecture mips-architecture tlb-simulator
Last synced: 09 Feb 2026
https://github.com/dev0x13/mccache
A reference implementation for time-homogeneous Markov chain based cache
cache cache-simulator cplusplus-11 cpp11 markov-chain
Last synced: 11 Feb 2026
https://github.com/ttwag/p11_lru_cache
Simulate a fully-associative LRU cache with user-modifiable block number
cache-simulator cpp14 dsa-algorithm dsa-practive google-test hardware-designs object-oriented-programming test-automation
Last synced: 13 Feb 2026
https://github.com/thiagocalvi/simulador-mesif
Trabalho prático de implementação em ARQ II: Desenvolvimento de um simulador de coerência de cache utilizando a extensão do protocolo MESI, o MESIF.
arquitectura cache-simulator computer-science mesi-protocol uem
Last synced: 30 Mar 2025
https://github.com/gabriel4420/clean-architecture-typescript
Projeto de estudo sobre BDD (Behavior Driven Development), Clean Archtecture e Tests com Jest, no qual simula uma funcionalidade de api de um possivel sistema de e-commerce que carrega uma lista de compras offline com cache.
bdd bdd-tests cache-simulator clean-architecture clean-code jest-tests node tdd test typescript
Last synced: 29 Apr 2026
https://github.com/marko19907/low-level-programming-labs
Low-level programming assignments, "Low-Level Programming" (TDT4258) course, fall 2023.
armv7 assembly c cache-simulator cpu-cache cpu-simulator cpulator direct-mapped-cache linux low-level-programming palindrome-checker unified-cache
Last synced: 06 May 2026
https://github.com/onkolahmet/cachelab
simulating hit/miss behavior of cache memory
Last synced: 30 Mar 2025