Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low Performance in Series.Invalidate #1778

Open
c0nstexpr opened this issue Jan 21, 2025 · 0 comments
Open

Low Performance in Series.Invalidate #1778

c0nstexpr opened this issue Jan 21, 2025 · 0 comments

Comments

@c0nstexpr
Copy link

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:

foreach (var segment in segments)

It takes 80~120 ms to finish one segment loop on my machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant