yakra / DataProcessing

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

TravelerList::userlog speed ideas #234

Open yakra opened 1 year ago

yakra commented 1 year ago

Yes, some of these items are mutually exclusive. :)

yakra commented 1 year ago

https://github.com/yakra/DataProcessing/blob/5563f0fb1b49cbd2587b1666f4f4e8f43c25b0b5/siteupdate/cplusplus/classes/TravelerList/userlog.cpp#L77-L78

https://github.com/yakra/DataProcessing/blob/5563f0fb1b49cbd2587b1666f4f4e8f43c25b0b5/siteupdate/cplusplus/classes/Route/Route.cpp#L160-L165

All the hash table lookups make this pretty expensive.

yakra commented 1 year ago

Bad ideas