|
|
|
|
|
by hinkley
189 days ago
|
|
Until you get high memory contention from the rest of the code. Once eviction gets high you get some pretty counterintuitive improvements by fixing things that seem like they shouldn’t need to be fixed. My best documented case was a 10x speed up from removing a double lookup that was killing caches. |
|