AddRange take long time. #719
Unanswered
LJN-hzleaper
asked this question in
Q&A
Replies: 1 comment
-
Removing AutoRefresh call can also reduce time taked by AddRange. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a large dataset(180000 items) to SourceList using AddRange, but AddRange takes very long time(near 1 minute). I find if I comment out following code in my view model, the AddRange will take only 20 ms. Is there any problem with my code?
Beta Was this translation helpful? Give feedback.
All reactions