|
|
|
|
|
by skimpycompiler
3896 days ago
|
|
It's a mobile app primarily. OSRM is a nice project - out of the box. The lead went to some giant - so project is currently a bit stray but there are also some other alternatives on github which work well but might not be as mature as OSRM. Google caches insane amounts of things.
What one might think is insane algorithms, it's probably just Googles multimillion cluster memory. Google is also lucky that no one needs the whole matrix, I'm sure that distance matrix is insanely sparse and can be stored in not that large amount of memory. I understand completely that Google offers these APIs completely for free and they can shut them down easily. I'm willing to pay for more but my quadratic needs aren't met with root pricing. So, to waste sub-linearly I can easily setup OSRM for my needs :D |
|