-
Hi, I am further evaluating Konva for my project.So far I am very happy with it. I am thinking of extensively using the Is it random access of O(1) or close to constant or linear O(n) or worse? This is a critical information for my evaluation. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
lavrton
Nov 8, 2021
Replies: 1 comment 1 reply
-
I think it is O(n). It is not so hard to make a quick performance demo if it is important for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lanyusan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it is O(n). It is not so hard to make a quick performance demo if it is important for you.