Changes between Initial Version and Version 1 of Ticket #21825, comment 33
- Timestamp:
- 2022-03-17T14:53:20+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21825, comment 33
initial v1 2 2 2) This was actually related to (1) 3 3 3) I've moved the validation call into the worker thread. It would probably be better to move it to a ForkJoinPool though, to avoid blocking other stuff (although I don't know what the other stuff would be). TBH, that relation had issues on JOSM pre-patch as well (several seconds to select a different member immediately after selecting a different member when the entire relation is in view, mostly due to painting the selection in the mapview -- this can be fixed by zooming in). 4 5 EDIT: Also, don't try deleting all members of the Lake Huron relation -- it proceeds to spend ''a lot'' of time in `Way#hasIncompleteNodes`. I almost feel like this should be cached (the `short flags` field has space for two more flags, I believe).