You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shortcuts consider routing restrictions on the main road too
Previously shortcuts only considered interior roads, starting from the
border intersection, but we need to zoom out just a little bit more and
consider *how* that traffic got to the intersection.
Now routing additionally includes the `main` roads. In order to count
only distinct internal trips, we filter out any routes that use the
perimeter for anything other than starting/ending the trip.
== Perf
Oooph - much slower! It's still pretty fast overall, but I'm going to see if I
can do anything to speed this up.
shortcuts in bristol_east
time: [1.6526 ms 1.6538 ms 1.6552 ms]
change: [+130.08% +131.12% +132.13%] (p = 0.00 < 0.05)
Performance has regressed.
shortcuts in bristol_west
time: [6.0927 ms 6.0966 ms 6.1012 ms]
change: [+121.70% +122.09% +122.45%] (p = 0.00 < 0.05)
Performance has regressed.
shortcuts in strasbourg time: [2.3067 ms 2.3114 ms 2.3193 ms]
change: [+88.807% +89.320% +89.947%] (p = 0.00 < 0.05)
Performance has regressed.
0 commit comments