If a file has a large number of groups to display at the root level the start-up can take tens of seconds. This is an edge case but should be handled.
One option for a fix would be initially only reading the height of the screen + some buffer and then reading the rest in the background.
These massive group numbers also result in very poor scrolling performance once loaded.
If a file has a large number of groups to display at the root level the start-up can take tens of seconds. This is an edge case but should be handled.
One option for a fix would be initially only reading the height of the screen + some buffer and then reading the rest in the background.
These massive group numbers also result in very poor scrolling performance once loaded.