Skip to content

Commit db22560

Browse files
authored
Update README.md
1 parent 7867e2c commit db22560

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ Intel Core i7-5600U CPU 2.60GHz (Broadwell), 1 CPU, 4 logical and 2 physical cor
157157
Job=RyuJitX64 Jit=RyuJit Platform=X64
158158
~~~
159159

160+
### What are FastConcurrentLru/FastConcurrentTLru?
161+
162+
These are classes that execute with the hit counting logic eliminated (via JIT). If hit counts are not required, this makes the code around 10% faster.
163+
160164
### Lookup keys with a Zipf distribution
161165

162166
Take 1000 samples of a [Zipfian distribution](https://en.wikipedia.org/wiki/Zipf%27s_law) over a set of keys of size *N* and use the keys to lookup values in the cache. If there are *N* items, the probability of accessing an item numbered *i* or less is (*i* / *N*)^*s*.

0 commit comments

Comments
 (0)