Cachez is a novel caching solution designed to deliver exceptional performance compared to traditional LRU-based caches based on s3fifos and tinylfu.
Efficiency: Achieves a lower miss ratio, resulting in faster data retrieval.
Scalability: Employs a lockless architecture with lightweight locking mechanisms and high-throughput data structures, enabling seamless handling of increased workloads.
Inspiration: Cachez draws heavily on the innovative work done by Pingora at Cloudflare.
Linux OS and x86, aarch64 are primarily supported.