Skip to content
Snippets Groups Projects
Eunju Moon's avatar
Eunju Moon authored
NavGraph: Remove ElementLink, replace with pointer

Long wait time (~100ms per event) in decisionToElementLink
function was identified, due to mutex lock in T2pMap.
NavGraph node does not need to have ElementLink of Decision.
It can be replaced with pointer to Decision, which avoids
mutex lock.

Many files are edited because EventContext is no longer
needed as a part of argument.
73acb5c2
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..