Skip to content

Significant performance optimizations

Compare
Choose a tag to compare
@kuanb kuanb released this 16 Jul 16:40
· 41 commits to master since this release
c68d8fc
  • Reduce stop times calculations within route processing through timeframe trimming
  • Remove append operations on pandas DataFrames inside RouteProcessor
  • Overall 2/3 reduction in run time, on average, to process a new GTFS feed
  • Resolve direction ids being NaN only some of the time by dealing with direction id on a per-route level
  • Parallelization of intermediary stop times imputation