Will changing `routes.insert(r).second && r->last_update` to `r->last_update && routes.insert(r).second` etc. yield a noticeable speed increase?
Will changing
routes.insert(r).second && r->last_updatetor->last_update && routes.insert(r).secondetc. yield a noticeable speed increase?