webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

During Proofreading, do merges “eagerly” without roundtrip

Open fm3 opened this issue 2 years ago • 1 comments

The front-end could maintain its own id mapping parallel to the editable mapping update actions it sends to the back-end. Only when splitting is there a need for a full roundtrip (because the backend has to decide if an edge removal is actually an agglomerate split; and because the min-cut needs an up-to-date agglomerate graph).

fm3 avatar Apr 26 '23 07:04 fm3

Would be fixed by https://github.com/scalableminds/webknossos/pull/7654

daniel-wer avatar Mar 04 '24 15:03 daniel-wer