CitiesSkylinesMods / TMPE

Cities: Skylines Traffic Manager: President Edition
https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252
MIT License
574 stars 85 forks source link

Modernise remaining uses of `GetSortedLanes()` #1521

Closed originalfoo closed 2 years ago

originalfoo commented 2 years ago

Final batch of GetSortedLanes() updates.

Also reduced memalloc/gc of lists in some Record classes, and removed some unused using statements.

originalfoo commented 2 years ago

@kianzarrin how often do the record lists get created? I assume it's only in asset editor and only when plopping assets on map so not performance critical?

kianzarrin commented 2 years ago

Not performance critical. It happens due to a user event:

originalfoo commented 2 years ago

bump