mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-19 04:12:12 +03:00
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.
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
[
|
|
{
|
|
"map": "arboretum (in seattle (us))",
|
|
"scenario": "weekday",
|
|
"finished_trips": 76618,
|
|
"cancelled_trips": 0,
|
|
"total_trip_duration_seconds": 45406963.73109959
|
|
},
|
|
{
|
|
"map": "greenlake (in seattle (us))",
|
|
"scenario": "weekday",
|
|
"finished_trips": 136849,
|
|
"cancelled_trips": 29,
|
|
"total_trip_duration_seconds": 75732908.09129962
|
|
},
|
|
{
|
|
"map": "montlake (in seattle (us))",
|
|
"scenario": "weekday",
|
|
"finished_trips": 36723,
|
|
"cancelled_trips": 73,
|
|
"total_trip_duration_seconds": 19739633.926599935
|
|
},
|
|
{
|
|
"map": "lakeslice (in seattle (us))",
|
|
"scenario": "weekday",
|
|
"finished_trips": 260956,
|
|
"cancelled_trips": 4860,
|
|
"total_trip_duration_seconds": 202906700.90060216
|
|
},
|
|
{
|
|
"map": "qa (in seattle (us))",
|
|
"scenario": "weekday",
|
|
"finished_trips": 53866,
|
|
"cancelled_trips": 0,
|
|
"total_trip_duration_seconds": 19802562.703499936
|
|
},
|
|
{
|
|
"map": "rainier_valley (in seattle (us))",
|
|
"scenario": "weekday",
|
|
"finished_trips": 68100,
|
|
"cancelled_trips": 0,
|
|
"total_trip_duration_seconds": 40937186.20589961
|
|
},
|
|
{
|
|
"map": "center (in poundbury (gb))",
|
|
"scenario": "base",
|
|
"finished_trips": 8188,
|
|
"cancelled_trips": 0,
|
|
"total_trip_duration_seconds": 7329845.475700002
|
|
},
|
|
{
|
|
"map": "center (in poundbury (gb))",
|
|
"scenario": "go_active",
|
|
"finished_trips": 8188,
|
|
"cancelled_trips": 0,
|
|
"total_trip_duration_seconds": 9495889.386400027
|
|
},
|
|
{
|
|
"map": "center (in poundbury (gb))",
|
|
"scenario": "base_with_bg",
|
|
"finished_trips": 23378,
|
|
"cancelled_trips": 256,
|
|
"total_trip_duration_seconds": 21834285.8862
|
|
},
|
|
{
|
|
"map": "center (in poundbury (gb))",
|
|
"scenario": "go_active_with_bg",
|
|
"finished_trips": 23378,
|
|
"cancelled_trips": 256,
|
|
"total_trip_duration_seconds": 24038501.3163001
|
|
}
|
|
] |