An open API service providing repository metadata for many open source software ecosystems.

Topic: "cache-simulator"

kvnnty/redis-cache

Exploring Redis and caching mechanisms

Language: JavaScript - Size: 8.79 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

franciscofpereira/DualCacheSimulator

Dual hierarchy (L1 and L2) cache simulator with direct mapping and two way associative configurations. Project for Computer Organization class.

Language: C - Size: 340 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ericyoc/opt_LRU_cache_perf_poc

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

Language: Jupyter Notebook - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MarcosRuppel/trabPerfSisCiberf

Implementação em Java do projeto RA2 da disciplina de Performance em Sistemas Ciberfísicos - BCC / PUCPR 2024

Language: Java - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Kushwanthchitipotu/computer-architecture-

This repository contains some of the codes that are used to understand computer architecture in c language

Language: C - Size: 254 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

baarayy/cache-simulator

Solution to cachelab of CMU-213

Language: C - Size: 173 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lljustycell999/Systems-Programming

This repository contains the projects completed as part of a systems programming course.

Language: C - Size: 8.17 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TheQwaad/Cache-Simulation

Симулятор работы кэша процессора для подсчёта процента кэш-попаданий и потраченных тактов процессора при выполнении программы, приведённой в файле test.cc Подробнее конкретные параметры (размеры кэша, такты затрачиваемые на те или иные действия) - в файле-отчёте.

Language: Java - Size: 308 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kushrm2803/ChampSim

Cache Remapping

Language: C++ - Size: 2.57 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

Lorenzovagliano/Cache-Simulator

A cache memory simulator implemented in C++, allowing users to simulate different cache configurations and analyze memory access patterns efficiently.

Language: C++ - Size: 103 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

justary27/Cacher

A simple library in Go that does a basic implementation of the few most popular caching algorithms.

Language: Go - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ccesarfp/direct-mapped-cache

Implementation of a cache memory model through Direct Mapping.

Language: Java - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Wanghley/cache-simulator

Simulate cache behavior with this CacheSimulator, exploring cache policies, performance, and related concepts.

Language: Python - Size: 26.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ttwag/P11_LRU_Cache

Simulate a fully-associative LRU cache with user-modifiable block number

Language: C++ - Size: 489 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Marko19907/Low-level-programming-labs

Low-level programming assignments, "Low-Level Programming" (TDT4258) course, fall 2023.

Language: Assembly - Size: 566 KB - Last synced at: 22 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ggcol/ACachingPOC

Language: C# - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kumamk/db-cache-wrapper

Exercise to make use of read-through pattern by building cache on top of db in GO.

Language: Go - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Navnedia/Cache-Simulator

A simulated cache system program. Test cache performance by dynamically specifying the cache structure to see how well optimized an algorithm is on different cache structures.

Language: C - Size: 109 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

JulenCasajus/Simulador-Memoria-Cache

A simple cache simulator written in Java.

Size: 119 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

manikanta-varaganti/cache-simulator

A generic cache simulator that can be used at any level of memory hierarchy implemented in python

Language: Python - Size: 121 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ronthekiehn/Cache-Sim

A cache simulator in C (I love memory management)

Language: C - Size: 82 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 233 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

JinnyWong/Cache-Simulator Fork of NYYCS/cache-sim-c

💻Cache Simulator written in C

Size: 463 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dev0x13/mccache

A reference implementation for time-homogeneous Markov chain based cache

Language: C++ - Size: 622 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

anabravn/mesi-sim

MESI Cache Coherency Protocol Simulator

Language: C++ - Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 153 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

LeeChangYoon/Computer-Architecture

Repository for Computer Architecture class

Language: Assembly - Size: 43.4 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

csci564/project2

CSCI 564 Advanced Computer Architecture Project 2 Description and Starter Code

Language: C - Size: 606 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 9

csci564/project1

CSCI 564 Advanced Computer Architecture Project 1 Description and Starter Code

Language: C - Size: 619 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 9

npanuhin/ITMO-Verilog 📦

Homework on CPU-Cache-Mem modeling in Verilog (2022)

Language: SystemVerilog - Size: 22.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

karthikmurakonda/CS311-CA_lab

Repository for source code of assignments assinged in computer organisation and architecture lab course at IIT dharwad.

Language: Java - Size: 1.46 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

SpartaYoshi/Cache-Simulator

Simulation of a memory cache (addresses only), for Computer Architecture (2021-22).

Language: Java - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ShakYld/Mips-sim_Cache

The main purpose of this project is to understand MIPS Assembly language. The input of this program is a file consisting sequence of MIPS instructions in binary. This version expands the first to implement behaviour of cache. At the end of the execution, the simulator reports the number of total cache hits and misses. These programs contain 500+ and 700+ lines of C/C++ code respectively.

Language: C++ - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Kaykross/kaykross.github.io

A Javascript service worker application with caching. A sinple project for caching website files for offline view and data conservation

Language: HTML - Size: 197 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

stephenry/cc

A cache coherence simulator for a multiprocessor System On Chip (SOC).

Language: C++ - Size: 1020 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

labibdotc/Universal-Machine

Purpose of this is to understand virtual-machine code (and by extension machine code) by writing a software implementation of a simple virtual machine. This work put into test our ability to design, document, and implement a program with a clean modular structure. In this project, it shows how the structural choices may affect the performance of your programs. (We profile it in a later project indeed to be 36x faster.) The primary goal of the design and implementation is clean structure

Language: C - Size: 57.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ananthm0203/cache_sim

A cache simulator in C

Language: C - Size: 293 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

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.

Language: Jupyter Notebook - Size: 7.47 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

minhdang26403/cache-simulator

Language: C - Size: 219 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sashaNull/COMP2020-P5-Cache-Nguyen-Dinh-Cuong

A C program that simulates the behavior of a cache. The simulator will be configurable so that it can model the behavior of a variety of cache configurations as well as a variety of coherence protocols.

Language: Jupyter Notebook - Size: 668 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

nkaush/cache-simulator

A cache simulator used to test out the performance of different cache configurations by analyzing hit and miss patterns on real cache trace data.

Language: C++ - Size: 2.09 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

MariusArhaug/CacheSimulator

A C program which reads a trace of memory references and reports 3 statistics (accesses, hits and hit rate). The cache configuration is determined by parameters that are passed as command line arguments. The command-line parameters are cache size, cache mapping (DM/FA), and cache organization (Unified/Split).

Language: C - Size: 572 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

gabminamedez/fa-lru-cache-simulator

This is a web application that simulates the cache replacement algorithm of full associative mapping (LRU).

Language: EJS - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SwetaSubhraDatta/Cache_Simulation

Cache _Simulation in C++ with testbench and report

Language: Raku - Size: 7.1 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ChrisVilches/Organic-Cache-Simulator

Cache simulator.

Language: TypeScript - Size: 266 KB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

saivittalb/cache-simulation-programming

🏜 Implementation of single-level cache simulator and analyze the performance of various cache architectures using real-world program traces.

Language: C++ - Size: 24 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 2

eliyanovva/CS-250-Computer-Architecture-Homework

This repository contains some of my work for CS 250: Computer Architecture taught at Duke by Prof. Sorin.

Language: C - Size: 197 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

0deadLock0/Cache-Simulator

Simulation of working of a cache.

Language: Python - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

SidharthMehta/Cache-Simulator

Implemented a Decoupled sectored CACHE. The simulator can adjust cache size, block size, associativity and can give out results like Hit rate, miss rate etc.

Language: C++ - Size: 711 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

gabrielchristo/arqcomp

Trabalhos da disciplina Arquitetura de Computadores

Language: Assembly - Size: 6.77 MB - Last synced at: 5 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

yarongoldshtein/OS1

search engine simulator. Implement both the client and the server side, with emphasis on multithreaded programming and synchronization of these. Involves the use of sockets. server that efficiently handle large number of clients.

Language: Java - Size: 532 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

axoxelol/SimpleCachePintool

A Pintool based on MyPinTool with a simple cache and row buffer simulator for an analysing application's memory operations.

Language: C++ - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

williamqwu/Cache-Memory-Simulator

A Cache Memory Simulator that supports write through / write back and Direct mapped / 2-way associative. Several block replacement algorithms are also implemented (in C).

Language: Verilog - Size: 1.12 MB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

coolbrett/cache-simulator

CS350 Computer Organization | Cache Simulator

Language: Python - Size: 158 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Krishanu230/MultiThread-Tracing-and-Access-Distance-Analysis

Tracing and various analysis of Multi Threaded Programs.

Language: C++ - Size: 2.23 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

onkolahmet/Cachelab

simulating hit/miss behavior of cache memory

Language: Java - Size: 638 KB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Krishanu230/Cache-Simulator---LRU

A very basic L2-L3 cache hierarchy trace based simulator. The cache implements LRU as the page replacement policy.

Language: C++ - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

zahrasalarian/Cache-Simulator

A cache simulator written in Python

Language: Python - Size: 3.55 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

zeebraa00/Cache_simulator

성균관대학교 소프트웨어대학 2020년 1학기 컴퓨터구조개론

Language: Python - Size: 1.03 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

pranscript/cache_simulator

Cache and memory hierarchy simulator using L1 or both L1 and L2 cache

Language: Java - Size: 595 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mariugul/TDT4260-RPT-DCPT-Prefetcher Fork of akseltorgerson/TDT4260-DCPT-Cache-Prefetcher

Comparing the Performance of RPT and DCPT Prefetching Algorithms

Language: TeX - Size: 2.53 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

priyankapothala/Cachesim

Cache simulator

Language: Python - Size: 2.16 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

jerryzj/Cache_sim

Cache Simulator for Computer Architecture course

Language: C++ - Size: 6.94 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 2

OnofreTZK/VirtualMemory

Repositório para o projeto final da disciplina de arquitetura de computadores: Simulador de memória virtual.

Language: Python - Size: 593 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Durfan/ufsj-aoc2-tp

AOC II/TP (2019/1) / Simulador de Cache

Language: C - Size: 10.3 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

adamalston/CacheSimulator

Simulate your very own direct-mapped with addresses collected from a MIPS simulator running insertion sort. ⚙️

Language: C - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Eyads99/chacheSimulator

Language: C++ - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

HanxinHua/cache-simulator

Language: C++ - Size: 2.29 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

jacKlinc/CompArch3

Repo for all computer architecture stuff this year

Language: C++ - Size: 94.9 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

EmreKumas/Cache_Simulator 📦

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.

Language: C - Size: 1.25 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

IsaacPD/CSE-320-HW5

CSE 320 System Fundamentals II HW 5 - Caches

Language: C - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

chinmayachaudhry/Cache-Simulator-L1-L2--

Language: Python - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

wilsonsf/ufrn-ioac-2017

Repository for college course IOAC projects.

Language: Java - Size: 1.1 MB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

helishah3010/Projects

Co-developed application showing improvement on cache hit ratio through block matrix multiplication using MARS cache simulator and MIPS assembly language. Compared results by applying various replacement algorithms and association.

Language: Assembly - Size: 3.75 MB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

GeovanaS/Simulador-Cache

Trabalho da disciplina de Arquitetura e Organização de Computadores 2

Language: Java - Size: 92.8 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

ken-bimmel/caching

A framework to test cache replacement policies.

Language: Java - Size: 85.9 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

KosherBacon/CacheSimulator

Cache simulator backend.

Language: C++ - Size: 72.3 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

brian-murphy/cache-sim

Simulates a 64-bit, byte-addressable, write-allocate, write-back cache with sub-blocking and a victim cache.

Language: C - Size: 2.39 MB - Last synced at: 11 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

FranciscoKnebel/cacheSim

Language: C - Size: 131 KB - Last synced at: 6 months ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

eltonvs/cache-memory-mapping

Cache Memory Mapping Simulator

Language: TeX - Size: 154 KB - Last synced at: over 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

riteshgajare/cache-simulator

Language: C++ - Size: 1.17 MB - Last synced at: 5 months ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 1

Vykstorm/SimuladorCache

Será un simulador de cache cuyo objetivo será actuar como si de una caché de un ordenador se tratará (atendiendo peticiones de memoria del procesador, y gestionando las líneas presentes en la cache, calcular la tasa de fallos, ...)

Language: C - Size: 195 KB - Last synced at: over 1 year ago - Pushed at: about 11 years ago - Stars: 0 - Forks: 0