cache
qiuxi • 08 May 2016
cache相关梳理
LRU Cache 题解
https://leetcode.com/problems/lru-cache/
Cache
CPU Cache
GPU Cache
Translation lookaside buffer
Disk Cache
Web Cache
Memoization
Other Cache
Buffer vs. cache
Cache-Friendly
Temporal locality
Spatial locality
https://stackoverflow.com/questions/16699247/what-is-cache-friendly-code
Cache algorithms
LRU