]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
perf: improve static content insertion perf
authorEvan You <yyx990803@gmail.com>
Mon, 21 Jun 2021 18:34:08 +0000 (14:34 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 21 Jun 2021 18:38:29 +0000 (14:38 -0400)
commit4de5d24aa72f6bc68da967ead330147032983e30
treea811219e7b8c2881686a36ed460e5a48e251cfa1
parentbe1e42eb923a3fdf1ae90fb6cecb0be275e3694a
perf: improve static content insertion perf

Especially on multiple insertions of the same static node.

fix #3090
packages/runtime-core/src/renderer.ts
packages/runtime-dom/__tests__/nodeOps.spec.ts
packages/runtime-dom/src/nodeOps.ts