cc-routing / routing

12 stars 1 forks source link

Memory consumption #2

Open blahami2 opened 8 years ago

blahami2 commented 8 years ago

Create map for different priorities and their evaluations (speed, time), while the graph topology remains the same: map<distanceType,distances>

blahami2 commented 7 years ago

TODO: Routing via external memory Sort blocks of data, read block by block into memory and compute only small part of graph inside the runtime memory.