bliksemlabs / rrrr

RRRR rapid real-time routing
BSD 2-Clause "Simplified" License
164 stars 32 forks source link

Move calls to banned_vj and vj_attributes to after we found a suitable V... #190

Closed koch-t closed 9 years ago

koch-t commented 9 years ago

This reduces the number of calls to banned_vj and vj_attributes and should improve request times since there is a much higher probability on that the cost of those two calls outweigh the function to retrieve the stop_time. Is almost 1% faster.