- From: Andrea Giammarchi <notifications@github.com>
- Date: Mon, 25 Nov 2024 04:34:07 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 25 November 2024 12:34:11 UTC
to whom it might concern, just adding those two `isConnected` checks repeatedly gave me ~30% slower results but it's true that for large diffing I can trap `isConnected` for the parent only once, although in that case I have ~20% slowdown due checks per each node. I am not considering native `moveBefore` which *might* produce faster end results, just testing how much those checks can impact performance for more complex scenarios (js-framework-benchmark). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1255#issuecomment-2497899631 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1255/2497899631@github.com>
Received on Monday, 25 November 2024 12:34:11 UTC