You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory mapped routing is a technique that should make it easier for OsmSharp to route on mobile devices or in other low-memory enviroments while still being able to use huge graphs.
##### Goals
Have a fully working routing infrastructure that support memory mapping with performance an order of magnitude better compared to the existing lazy-loading blocked edge loading strategy in OsmSharp v4.2. In other words, routing country-wide on a mobile device should be possible.