Performance Degradation in proxySet Instances with Increased Keys. #853
Unanswered
kk8787
asked this question in
Bug report
Replies: 1 comment 1 reply
-
That's expected, because proxySet is just an emulation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Performance Degradation in proxySet Instances with Increased Keys.
I checked the source code, and the performance deteriorates linearly because it performs a linear search.
Link to reproduction
When using methods such as get and set.
In my environment, it becomes quite slow with over 5000 keys.
Check List
Please do not ask questions in issues.
Please include a minimal reproduction.
Beta Was this translation helpful? Give feedback.
All reactions