File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,15 @@ Features
55
55
## Overview
56
56
57
57
GraphHopper supports several algorithms like Dijkstra and A* and its bidirectional variants.
58
- Furthermore it allows you to use Contraction Hierarchies (CH) very easily, we call this ** speed mode** and in contrast
59
- to the speed mode we call everything without CH the ** flexibility mode** .
60
-
61
- The speed mode comes with much faster and lightweight (less RAM) responses and it does not use heuristics but
62
- can provide this speed only for a pre-defined vehicle profile as the speed mode needs a rather lengthly preparation.
63
- Furthermore the speed mode also has drawbacks e.g. implementing certain features are not possible or
64
- very complex compared to the flexibility mode. BTW: This does not mean that the flexibility mode is 'slow' and
65
- you can use both modes at the same time since 0.4 - see [ here] ( https://github.com/graphhopper/graphhopper/pull/631 ) for more details.
58
+ Furthermore it allows you to use Contraction Hierarchies (CH) very easily, we call this
59
+ ** speed mode** and in contrast to the speed mode we call everything without CH the
60
+ ** flexibility mode** . BTW: This does not mean that the flexibility mode is * slow* .
61
+
62
+ The speed mode comes with much faster and lightweight (less RAM) responses and it does not use heuristics.
63
+ The downsides are that the speed mode allows only a pre-defined vehicle profile and requires a time
64
+ consuming and resource intense preparation. And implementing certain features are not possible or
65
+ very complex compared to the flexibility mode. But since 0.4 you can use both modes at the same time since.
66
+ See [ here] ( https://github.com/graphhopper/graphhopper/pull/631 ) for more details.
66
67
67
68
Here is a list of the more detailed features including a link to the documentation:
68
69
You can’t perform that action at this time.
0 commit comments