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
2023-05-22 10:19:28 +08:00
committed by GitHub
parent 4dcdcf7ec4
commit a1ec9a273e
4 changed files with 60 additions and 2 deletions

View File

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