abstreet/sim
Dustin Carlino 754749a578 Parallelize part of scenario spawning. One of the code paths calls
biking_connection, which does a slow graph floodfill.

Prolet robot in Krakow: from 22.6s to 10.1s

Because Krakow now uses separate sidewalks and they're not properly
connected to the road graph yet, biking_connection has to search very
far. The speedup isn't noticeable in other cases.
2020-11-16 09:36:48 -08:00
..
src Parallelize part of scenario spawning. One of the code paths calls 2020-11-16 09:36:48 -08:00
Cargo.toml Dump a savestate in the run_scenario tool when interrupted. Useful for 2020-10-19 14:52:26 -05:00