Topic: data caching
Topic: memory management by working sets
| |
Reference
Shen, X., Shaw, J., Meeker, B., Ding, C.,
"Locality approximation using time",
Conference Record of POPL 2007: The 34th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, Nice, France, January 2007, pp. 55-61.
Google
Quotations
55 ;;Quote: reuse distance is the number of distinct data elements between accesses of the same data element; also called LRU stack distance
| 55+;;Quote: approximate program locality with easily-obtained time distance histograms; 17x faster, 99% accurate for cache reuse, 94% for element reuse
|
Related Topics
Topic: data caching (35 items)
Topic: memory management by working sets (18 items)
|