Performance hitch when typing in the search box while versions tab is open #4046
Labels
Bug
Something is not working as intended
GUI
Issues affecting the interactive GUI
Performance
Something's slower than it should be
I'm pretty sure the search box isn't the only way to trigger this but I found a consistent repro:
The first time I did this the hang was probably ~20 seconds. Doing it again resulted in a shorter hang, but it's still several seconds long.
I'm running this on the latest dev version
so I don't have symbols(huh apparently there are some symbols in here; just not jitted code maybe) but maybe this will help:The thread that eventually unblocked the main thread is here:
Kinda hard to tell, but maybe calling ToList on a parallel enumerator is doing some bad stuff?
The text was updated successfully, but these errors were encountered: