abstreet/map_model
Dustin Carlino 476e0e101f easy wins: make BuildingID u32, not usize. maps from 680MB to 676MB.
scenarios from 500MB to 458MB.

considered going down to u16, but pretty sure there are already maps
with >65k buildings
2020-07-06 17:55:02 -07:00
..
src easy wins: make BuildingID u32, not usize. maps from 680MB to 676MB. 2020-07-06 17:55:02 -07:00
Cargo.toml store a bitset of access restrictions per road. derive zones from this only for editing and pathfinding. this unblocks editing zones 2020-07-06 13:09:49 -07:00