graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

Improve speed via caching edge explorer creation #56

Closed karussell closed 8 years ago

karussell commented 8 years ago

When we cache the edge explorer we can dramatically improve speed of new hmm approach (probably also the old approach). I.e. 5 times faster in my simple tests with >1000 points.