/cache-memory

A cache memory implementation.

Primary LanguageTypeScript


Cache Memory

A cache memory implementation.


Introduction

Cache was the name chosen to represent the level of the memory hierarchy between the processor and main memory. It consists of a small, fast memory that acts as a buffer for the DRAM memory, and is built using a different memory technology, static random access memory (SRAM). (from the book Computer Organization and Design, by David Patterson).

Preview

To see the application preview, follow this link.

Technologies

Running

  • Install the dependencies with npm install
  • Run the application with live-server through npm run start
  • Access the application running at localhost:3000