You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace most calls for getNodes in VectorWay with direct calls to underlying list
This is primarily to avoid new unmodifiable collection instantiations where we
don't need a copy of the list. This significantly reduces the cost of the
post-processing merge ways step. Specifically, there is a 55% drop in the memory
cost, and 90% fewer CPU cycles.
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19107 0c6e7542-c601-0410-84e7-c038aed88b3b
0 commit comments