Comment 4 for bug 1529224

Revision history for this message
hilaire (hilaire-fernandes) wrote :

I optimised the recursive search of dependentItems. However with huge sketch (3000 items in the Koch example) it does not really help as it is still too slow.

My guess is merge operation on points are not needed in computed sketch, so maybe find a way to disable the feature on such situation.