Skip to content

Performance

Alex Peck edited this page Sep 11, 2022 · 6 revisions

The cache replacement policy must maximize the cache hit rate, and minimize the computational and space overhead involved in implementing the policy.

An analysis of hit rate, throughput and latency is provided comparing a reference LRU implementation that uses a global lock to the .NET MemoryCache, ConcurrentLru and ConcurrentLfu.

  1. Hit rate
  2. Throughput
  3. Latency
Clone this wiki locally