English

Comparative Analysis of Distributed Caching Algorithms: Performance Metrics and Implementation Considerations

Distributed, Parallel, and Cluster Computing 2025-04-04 v1

Abstract

This paper presents a comprehensive comparison of distributed caching algorithms employed in modern distributed systems. We evaluate various caching strategies including Least Recently Used (LRU), Least Frequently Used (LFU), Adaptive Replacement Cache (ARC), and Time-Aware Least Recently Used (TLRU) against metrics such as hit ratio, latency reduction, memory overhead, and scalability. Our analysis reveals that while traditional algorithms like LRU remain prevalent, hybrid approaches incorporating machine learning techniques demonstrate superior performance in dynamic environments. Additionally, we analyze implementation patterns across different distributed architectures and provide recommendations for algorithm selection based on specific workload characteristics.

Keywords

Cite

@article{arxiv.2504.02220,
  title  = {Comparative Analysis of Distributed Caching Algorithms: Performance Metrics and Implementation Considerations},
  author = {Helen Mayer and James Richards},
  journal= {arXiv preprint arXiv:2504.02220},
  year   = {2025}
}

Comments

International Conference on Computing Technologies and Artificial Intelligence

R2 v1 2026-06-28T22:44:41.421Z