hajicj / MUSCIMarker

Tool for annotating objects in musical scores.
http://muscimarker.readthedocs.io/en/latest/
Apache License 2.0
7 stars 2 forks source link

Speed up loading by adding edges as bundles #117

Closed hajicj closed 8 years ago

hajicj commented 8 years ago

Currently, a redraw is called on every edge.

When loading a CropObjectList into the Model, the edges should be accumulated, then added all at once. The edges index also needs to be rebuilt at that point.