What you've learned

You should now know how to:

  • Explain the importance of memory latency and how to reduce its impact
  • Identify how cache alignment impacts performance
  • Use cache prefetching to improve performance

Knowledge Check

When is software affected by memory latency?

How can we help fix memory latency problems?

How far ahead should we prefetch data into cache?


Back
Next