Skip to content

Commit eff422a

Browse files
committed
Merge branch 'main' of https://github.com/jitbit/FastCache
2 parents 42f53fc + 8d09184 commit eff422a

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
@@ -18,7 +18,7 @@ Windows:
1818
| DictionaryLookup | 65.38 ns | 1.594 ns | 0.087 ns | - | - |
1919
| FastCacheLookup | 67.15 ns | 2.582 ns | 0.142 ns | - | - |
2020
| MemoryCacheLookup | 426.60 ns | 60.162 ns | 3.298 ns | 0.0200 | 128 B |
21-
| FastCacheGetOrAdd | 80.44 ns | 1.170 ns | 0.064 ns | - | - |
21+
| FastCacheGetOrAdd | 44.31 ns | 1.170 ns | 0.064 ns | - | - |
2222
| MemoryCacheGetOrAdd | 826.85 ns | 36.609 ns | 2.007 ns | 0.1879 | 1184 B |
2323
| FastCacheAddRemove | 99.97 ns | 12.040 ns | 0.660 ns | 0.0063 | 80 B |
2424
| MemoryCacheAddRemove | 710.70 ns | 32.415 ns | 1.777 ns | 0.0515 | 328 B |

0 commit comments

Comments
 (0)