Re: [whatwg/dom] Atomic move operation for element reparenting & reordering (Issue #1255)

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