abstreet/map_model
Dustin Carlino db435cd56d Use the quick fix to https://github.com/easbar/fast_paths/issues/34 to
dramatically improve time to import and edit maps.

The fix helps all maps that use extremely high edge weights to prevent
people from cutting through private roads. There may be a more robust
fast_paths fix later, but I want to reap the benefits for tomorrow's
release.

The dramatic numbers:

- importing huge_seattle: 893s down to 108s
- editing huge_seattle: 102s down to 19s

Query speeds didn't appear to substantially change.
2021-07-17 22:33:01 -07:00
..
src Make the Map cloneable, by being careful with the thread-local pathfinder state. 2021-07-15 18:34:42 -07:00
Cargo.toml Use the quick fix to https://github.com/easbar/fast_paths/issues/34 to 2021-07-17 22:33:01 -07:00