Store Key in Accumulator Cache
Last updated
Last updated
Store the position key in the accumulator cache entries and skip other checks if a matching key is found.
Stopped
The hit rate of pos.key() == entry.key
was approx. 1% in default bench (depth 14). Test result indicates that It is not enough to compensate the additional comparison overhead.
Failed
Instead of storing a key in cache entries, skip checks and return early if removed
and added
are both empty.