Skip to content

Commit 934d069

Browse files
authored
Update README.md
1 parent 6e0c811 commit 934d069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ MemoryCache is perfectly servicable, but it has some limitations:
9393

9494
# Performance
9595

96-
The cache replacement policy must maximize the cache hit rate, and minimize the computational and space overhead involved in implementing the policy. Below an analysis of both the hit rate vs cache size, and run time overhead is provided.
96+
The cache replacement policy must maximize the cache hit rate, and minimize the computational and space overhead involved in implementing the policy. Below an analysis of hit rate vs cache size, latency and throughput is provided.
9797

9898
## ConcurrentLru Hit rate
9999

0 commit comments

Comments
 (0)