Slide 8
Slide 8 text
Memory Units…
• Tiered Approach
• Data start from hard drive, moves to RAM, smaller subset moves to L1/L2
cache, finally arrives at Processor
• Moving around data is often the most expensive thing (compared to the
actual computation)
• With large data
• If data doesn’t fit into RAM, moving Data directly between Processor and
Hard Disk is unimaginably slow (minutes -> days)