perf: optimize performance of the DoubleLinkedList get (#1220)

* perf: optimize performance of the DoubleLinkedList get

* fix: delete addedNodeIndexArr
This commit is contained in:
fukang wang
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 4a247f0a73
commit d8ef6159e2
4 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
'rrweb': patch
---
perf: optimize performance of the DoubleLinkedList get