yakra / DataProcessing

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

Waypoint::root_at_label(): '@' not "@" #263

Open yakra opened 6 months ago

yakra commented 6 months ago

https://github.com/yakra/DataProcessing/blob/f86fadc9479d6ad91852c6c38d35f641b70ec6ef/siteupdate/cplusplus/classes/Waypoint/Waypoint.cpp#L180-L182 ->

std::string Waypoint::root_at_label() 
{   return route->root + '@' + label; 
} 

BiggaTomato

function lines bytes
sort_root_at_label -75 -288
root_at_label 41 160
nmplogs -96 -352

Counterintuitively, root_at_label gets bigger. Go figure. TBD: Is this the case on other machines?

The damage from this should be minimized, though:


*Maybe. This is an assumption; the true results depend on how many clock cycles the underlying instructions take. That's farther into the weeds than I wanna go, LOL.