Skip to content (access key 's')
Logo of Technion
Logo of CS Department
Logo of CS4People
Events

The Taub Faculty of Computer Science Events and Talks

Access Patterns and Adaptive Caching
event speaker icon
Ohad Eytan (Ph.D. Thesis Seminar)
event date icon
Monday, 18.10.2021, 13:00
event location icon
Zoom Lecture: 97116856617
event speaker icon
Advisor: Prof. R. Friedman
Although caching is a well-studied topic and a widely used approach, modern software cache systems still struggle to optimize their decisions for many types of environments and workloads. This talk will briefly present four of our studies trying to tackle several on-going caching challenges. The first study reexamines the FIFO vs. LRU battle, showing that modern cache systems can often benefit from the simpler FIFO policy. The second study presents an adaptivity mechanism for software cache management schemes that offers tuning parameters targeted at the frequency vs. recency bias. The third study deals with size-aware caching policies and the difference between hit-ratio and byte-hit-ratio in these settings. The fourth study considers a multi-level cache environment and the importance of writes saving, especially for hybrid DRAM/SSD caches. Some of our ideas are implemented as part of the popular open-source Caffeine (Java), Ristretto (Go), and Moka (Rust) caching libraries.