SW StudyWalks

Computer Science  /  CS 0258  ·  Atom · ~20 seconds

The Cache

Video not yet published
to the StudyWalks catalog
State

Cache memory is built from static RAM — very fast, expensive, small, volatile — sitting nearest the processor over the bus, and transparent to the programmer whose code it accelerates.

Show

An app speeds up between runs with no code change; the cache was doing its quiet work.

Watch for

Transparent means invisible, not irrelevant.