Krewie
Krewie

Reputation: 135

cache memory performance

i just have a general question about cache memory. How would a program perform badly on a cache based system ? , since cache memory stores adresses from main memory that is requested, aswell as adresses that ranges around the same adress as the one copied from the main memory.

Upvotes: 0

Views: 385

Answers (1)

zvrba
zvrba

Reputation: 24546

Read this: What every programmer should know about memory (PDF).

Upvotes: 5

Related Questions