yakra / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
0 stars 0 forks source link

HighwaySystem::route_integrity potential minor speedup #189

Closed yakra closed 1 year ago

yakra commented 2 years ago

https://github.com/yakra/DataProcessing/blob/38da77b80d7d12487da4f89e10cbfcb67f54272a/siteupdate/cplusplus/classes/HighwaySystem/route_integrity.cpp#L57-L58

Declaring these as references can potentially save a little arithmetic and dereferencing. Will the savings add up?