LWN.net Logo

Small correction

Small correction

Posted Oct 3, 2007 2:36 UTC (Wed) by k8to (subscriber, #15413)
In reply to: Small correction by nowster
Parent article: Memory part 2: CPU caches

He knows.

The thing about memory is that latency kills your processing throughput. If the CPU needs the data and it isn't available then the thread stalls until it becomes available. There's various techniques which can sometimes hide this problem, which is what this section of course is largely about.

In the context of making memory which does require cache (the topic of the post), the speed that matters is necessarily latency.


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds