Skip to content
Snippets Groups Projects
Commit cb2ee323 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

HLTEDMCreator: optimize creation of handles and their keys

Creating a Read/WriteHandle from a plain string triggers the internal
creation of a corresponding Read/WriteHandleKey, which has a small cost
(e.g. lookup of the CLID which in turn requires locking). Also it
prevents passing of the `EventContext`.

Change the code to consistently use (and re-use) handle keys. Also
rename a few variables and use const-refs where relevant.
parent 334f20b0
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment