Hacker News new | ask | show | jobs
by zild3d 461 days ago
Yeah OSRM precomputes routes so if you just need the same mode of transportation and not dynamic params (like avoid tolls on this route, etc) it's gonna be a lot faster. Valhalla was designed for flexible/dynamic routing
1 comments

It precomputes partial routes that are combined at run time. :)