kuanb / peartree

peartree: A library for converting transit data into a directed graph for sketch network analysis.
MIT License
201 stars 23 forks source link

[performance] Trim by times only on init #121

Closed kuanb closed 5 years ago

kuanb commented 5 years ago

For route processing - no need to perform second mask on target time subsetting every time a route is processed - just do it one time.