You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified the initial collection count to 50k in the multithreading example.
Then I debug the project step by step and find out the loop in CoreLineSeries.Invalidate cost too much time:
I modified the initial collection count to 50k in the multithreading example.
Then I debug the project step by step and find out the loop in CoreLineSeries.Invalidate cost too much time:
LiveCharts2/src/LiveChartsCore/CoreLineSeries.cs
Line 182 in fc8320b
It takes 80~120 ms to finish one segment loop on my machine.
The text was updated successfully, but these errors were encountered: