Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 3.81 KB

papers-23-2.md

File metadata and controls

18 lines (17 loc) · 3.81 KB

Caching 2023.2

  1. FIFO can be Better than LRU: the Power of Lazy Promotion and Quick Demotion. Juncheng Yang, Ziyue Qiu, Yazhuo Zhang, Yao Yue, and K. V. Rashmi. HotOS 2023.
  2. TinyLFU: A Highly Efficient Cache Admission Policy. Gil Einziger, Roy Friedman, Ben Manes. Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP) 2015.
  3. The CacheLib Caching Engine: Design and Experiences at Scale. Benjamin Berg, Daniel S. Berger, Sara McAllister, Isaac Grosof, Sathya Gunasekar, Jimmy Lu, Michael Uhlar, Jim Carrig, Nathan Beckmann, Mor Harchol-Balter, Gregory R. Ganger. USENIX 2020.
  4. Flashield: a Hybrid Key-value Cache that Controls Flash Write Amplification. Assaf Eisenman, Asaf Cidon, Evgenya Pergament, Or Haimovich, Ryan Stutsman, Mohammad Alizadeh, Sachin Katti. USENIX 2019.
  5. Adaptive Online Cache Capacity Optimization via Lightweight Working Set Size Estimation at Scale. Rong Gu, Simian Li, Haipeng Dai, Hancheng Wang, Yili Luo, Bin Fan, Ran Ben Basat, Ke Wang, Zhenyu Song, Shouwei Chen, Beinan Wang, Yihua Huang, Guihai Chen. USENIX 2023.
  6. FairRide: Near-Optimal, Fair Cache Sharing. Qifan Pu and Haoyuan Li, Matei Zaharia, Ali Ghodsi, Ion Stoica. USENIX 2016.
  7. CacheSack: Theory and Experience of Google’s Admission Optimization for Datacenter Flash Caches. Tzu-Wei Yang, Seth Pollen, Mustafa Uysal, Arif Merchant, Homer Wolfmeister, and Junaid Khalid. ACM Trans 2023.
  8. Flexible and efficient multi-tenant persistent memory caching. Kan Wu, Kaiwei Tu, Yuvraj Patel, Rathijit Sen, Kwanghyun Park, Andrea Arpaci-Dusseau, Remzi Arpaci-Dusseau. USENIX 2022.
  9. Memshare: a Dynamic Multi-tenant Key-value Cache. Asaf Cidon, Daniel Rushton, Stephen M. Rumble, Ryan Stutsman. USENIX 2017.
  10. dCat Dynamic Cache Management for Efficient, Performance-sensitive Infrastructure-as-a-Service. Cong Xu, Karthick Rajamani, Alexandre Ferreira, Wesley Felter, Juan Rubio, and Yang Li. EuroSys 2018.
  11. Dynamic Partitioning of Shared Cache Memory. G. E. Suh, L. Rudolph & S. Devadas. The Journal of Supercomputing 2004.
  12. An analytical model for cache replacement policy performance. Fei Guo, Yan Solihin. Association for Computing Machinery 2006.
  13. Implementation of Multi-tenancy Adaptive CacheAdmission Model. Huajun Maet al. Journal of Physics: Conference Series 2021.
  14. Software-Defined Caching: Managing Caches in Multi-Tenant Data Centers. Ioan Stefanovici, Eno Thereska, Greg O’Shea, Bianca Schroeder, Hitesh Ballani, Thomas Karagiannis, Antony Rowstron, Tom Talpey. SoCC '15: Proceedings of the Sixth ACM Symposium on Cloud Computing 2015.
  15. Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo. Le Xu, Shivaram Venkataraman, Indranil Gupta, Luo Mai, Rahul Potharaju. USENIX 2021.
  16. Henge: Intent-driven Multi-Tenant Stream Processing. Faria Kalim, Le Xu, Sharanya Bathey, Richa Meherwal, Indranil Gupta. SoCC '18: Proceedings of the ACM Symposium on Cloud Computing October 2018.