Skip to content

StoreGate: Optimize ReadHandle SG lookup.

Change ReadHandle so that when it does the SG lookup, it tries proxy_exact first. We can precompute the hashed key in HandleKey::initialize(). Gives about a 20% speedup in synthetic tests.

Also add an option to ReadHandle_test to do some simple timing tests.

Merge request reports