bliksemlabs / rrrr

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

We iterate over the whole timetable at startup #125

Open abyrd opened 10 years ago

abyrd commented 10 years ago

tdata_load calls tdata_check_coherent. Is this being done in the mobile apps? That means it's reading through all the mapped memory. It does page in the whole timetable, but maybe that's responsible for the startup lag.