文章分类 -  内存缓存技术

内存和缓存技术及编程
摘要:Most of my readers will understand that cache is a fast but small type of memory that stores recently accessed memory locations. This description is reasonably accurate, but the “boring” details of how processor caches work can help a lot when trying to understand program performance.In this blog po 阅读全文
posted @ 2013-07-28 20:24 blockcipher 阅读(143) 评论(0) 推荐(0)