Store Key in Accumulator Cache

Description

Store the position key in the accumulator cache entries and skip other checks if a matching key is found.

Branches

Tests

Test #1

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.

Test #2

Failed

Instead of storing a key in cache entries, skip checks and return early if removed and added are both empty.

Last updated