algorithmica-org/algorithmica

Typo in memory bandwidth section?

SUPERCILEX opened this issue · 2 comments

https://en.algorithmica.org/hpc/cpu-cache/bandwidth/#frequency-scaling

**Unless** the dataset fits entirely in the cache, the relative performance of the two implementations may be different depending on the CPU clock rate because the RAM remains unaffected by it, while everything else does. Shouldn't this say If? The graph shows that clock rate doesn't matter when we reach RAM.

Actually, a more accurate statement is probably: When the working dataset fits entirely in the cache, ...

You're right. Changed the wording.