- From: Joseph Orbegoso Pea <notifications@github.com>
- Date: Thu, 27 Jul 2017 01:01:54 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 July 2017 01:02:19 UTC
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