-
It looks like the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am not sure the overhead of a linked list or similar will be that much faster. You are welcome to test it out while working on a PR though. Perhaps there is an alternative. I have recently noted that a following approach can help speed it up a lot:
|
Beta Was this translation helpful? Give feedback.
I am not sure the overhead of a linked list or similar will be that much faster.
Yes, a lot of time is spent merging things together; it might be needed to spend time on something similar to it.
You are welcome to test it out while working on a PR though.
It will mean a giant breaking change of everything though. Every package, every extension, deeply depends on simple arrays.
Perhaps there is an alternative. I have recently noted that a following approach can help speed it up a lot: