trayscale icon indicating copy to clipboard operation
trayscale copied to clipboard

very long node list takes a long time to load

Open DeedleFake opened this issue 11 months ago • 0 comments

This causes the entire window to pause for upwards of 5-10 seconds before opening. Once it's open, updates seem to be plenty efficient.

Current plan: Move node list management into its own thread and only do incremental updates to the UI using glib.IdleAdd() so that dealing with the list doesn't cause the entire UI to freeze.

DeedleFake avatar Mar 18 '24 00:03 DeedleFake