Skip to content

Avoid costly loop over all proxies for item list match if keyed object is found

Looking up the name of a proxy is more expensive in master (due to locking needed for MT). The output stream item list matching is less than optimal and looks up names way to often. This should fix the main cause, but further improvements/clean up will follow (in a separate MR).

Edited by Peter Van Gemmeren

Merge request reports