entur / r5

Rapid Realistic Routing on Real-world and Reimagined networks
MIT License
2 stars 2 forks source link

Parallell processing to speedup multi-criteria search #25

Open t2gran opened 5 years ago

t2gran commented 5 years ago

The transfer/transit phase in raptor do not update the state, this happens in a separate step after. This makes it very easy run things in parallell - both in the compute phase and the write phase.

The write phase take about 15% of the time.

See also #21