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

multiple moves and we're talking 0.3 VS 0.4 but for benchmarks 0.1 might mean everything ... of course more extensive tests with actually performing `moveBefore` when possible instead of just `insertBefore` must be done, right now the `moveBefore` operation is monkey-patched as `insertBefore`, see [changed file](https://github.com/WebReflection/udomdiff/blob/is-connected/esm/index.js#L19-L24) then benchmarked via:

```js
Node.prototype.moveBefore = Node.prototype.insertBefore;
```

right before the test suite benchmark.

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

Message ID: <whatwg/dom/issues/1255/2498011835@github.com>

Received on Monday, 25 November 2024 13:22:57 UTC