Re: [whatwg/dom] MutationObserver opportunity for memory leak. (#482)

The fourth and first approach let me map changes in the SVG tree one-to-one with scene graph changes, without a diffing step. This means determining the changeset has time complexity as big as the changeset itself, whereas dom-diffing of the previous example may have time complexity that increases as the tree size increases even if the changeset stays the same.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/482#issuecomment-318226611

Received on Thursday, 27 July 2017 01:02:19 UTC