[GraphHopper] Concurrent CHs creation

Jan Torben Heuer jan at komoot.de
Tue Sep 8 15:08:59 UTC 2015


Hi everybody,

Now that we can have multiple CHs for one base graph: Could I create CHs in parallel? I have sufficient idle cores. But is it possible, save and performant?

I currently use a simple loop:

for(Weighting w : weightings) {
   PrepareContractionHierarchies pch = // create CH
   pch.doWork();
   pch.close();
}

Jan


More information about the GraphHopper mailing list