Skip to content
  • Eunju Moon's avatar
    NavGraph: Remove Element Link, Maintain consistent ordering · 73acb5c2
    Eunju Moon authored and Walter Lampl's avatar Walter Lampl committed
    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