-
-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dramatically speed up editing roads by re-snapping buildings and parking
lots in one big batch, instead of after every single command. A batch of 300 edited road segments in huge_seattle went from over 70 seconds to apply down to... 0.6 seconds. Embarrassing.
- Loading branch information
1 parent
309db51
commit 9803558
Showing
1 changed file
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9803558
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 amazing work!