File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Basically it's just a `ConcurrentDictionary` with expiration.
1616| DictionaryLookup | 65.38 ns | 1.594 ns | 0.087 ns | - | - |
1717| FastCacheLookup | 67.15 ns | 2.582 ns | 0.142 ns | - | - |
1818| MemoryCacheLookup | 426.60 ns | 60.162 ns | 3.298 ns | 0.0200 | 128 B |
19- | FastCacheAddRemove | 99.97 ns | 12.040 ns | 0.660 ns | 0.0254 | 80 B |
19+ | FastCacheAddRemove | 99.97 ns | 12.040 ns | 0.660 ns | 0.0063 | 80 B |
2020| MemoryCacheAddRemove | 710.70 ns | 32.415 ns | 1.777 ns | 0.0515 | 328 B |
2121
2222## Benchmarks under Linux (Ubuntu, Docker)
@@ -25,7 +25,7 @@ Basically it's just a `ConcurrentDictionary` with expiration.
2525| --------------------- | ------------:| -----------:| ----------:| -------:| ----------:|
2626| FastCacheLookup | 94.97 ns | 3.250 ns | 0.178 ns | - | - |
2727| MemoryCacheLookup | 1,051.69 ns | 64.904 ns | 3.558 ns | 0.0191 | 128 B |
28- | FastCacheAddRemove | 148.32 ns | 25.766 ns | 1.412 ns | 0.0253 | 80 B |
28+ | FastCacheAddRemove | 148.32 ns | 25.766 ns | 1.412 ns | 0.0076 | 80 B |
2929| MemoryCacheAddRemove | 1,120.75 ns | 767.666 ns | 42.078 ns | 0.0515 | 328 B |
3030
3131## How is FastCache better
You can’t perform that action at this time.
0 commit comments