Skip to content

Commit 3b14e78

Browse files
authored
Update README.md
1 parent a087d01 commit 3b14e78

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
@@ -156,7 +156,7 @@ In this test the same items are fetched repeatedly, no items are evicted. Repres
156156
- Classic Lru must maintain item order, and is internally splicing the fetched item to the head of the linked list.
157157
- MemoryCache and ConcurrentDictionary represent a pure lookup. This is the best case scenario for MemoryCache, since the lookup key is a string (if the key were a Guid, using MemoryCache adds string conversion overhead).
158158

159-
FastConcurrentLru does not allocate and is approximately 10x faster than MemoryCache.
159+
FastConcurrentLru does not allocate and is approximately 10x faster than System.Runtime.Caching.MemoryCache or the newer Microsoft.Extensions.Caching.Memory.MemoryCache.
160160

161161
| Method | Mean | Error | StdDev | Ratio | Gen 0 | Allocated |
162162
|---------------------- |----------:|---------:|---------:|------:|-------:|----------:|

0 commit comments

Comments
 (0)