Lukas' Notes

Static Random-Access Memory

May 01, 20261 min read

computer-architecture memory

Definition

Static Random-Access Memory

Static random-access memory is a kind of random-access memory that stores each bit using a stable circuit state as long as power is supplied.

Unlike dynamic random-access memory, it does not need periodic refresh.

SRAM is faster and more expensive per bit than DRAM, so it is often used for caches.


Graph View

Backlinks

  • 191.003 Computer Systems
  • Dynamic Random-Access Memory

Created with Quartz v4.4.0 © 2026

  • GitHub