GraphHopper v0.1 Release Notes

Release Date: 2019-09-26 // over 4 years ago
    • 🎉 initial version with lots of features
    • 24 closed issues: https://github.com/graphhopper/graphhopper/issues?milestone=3&state=closed, e.g.:
      • Route instructions
      • Implement OSM import for bike/foot/car
      • More compact graph (nodes along a way are stored in a separate storage => faster and reduced RAM usage)
      • Made routing working world wide. Make German-sized networks working on Android.
      • Made routing faster via bidirectional algorithms, contraction hierarchies, graph sorting, better OSM integration and some fine tuning.