Skip to content

Reduce the amount of sorting

Gerhard Raven requested to merge less-sorting into master
  • use std::nth_element to get the 'first' station/region
  • then use std::partition to partition 'the same' station/region
  • then call addCoordsCrossingMap
  • finally, move to the next station/region

addresses a subset of #19 (closed)

Edited by Marco Cattaneo

Merge request reports