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
turns out most of the time was spend in FileTreeItems::create_items because I was using BTreeMap where ordering does not matter and a HashMap performs 3x better.
only happens in big repos
The text was updated successfully, but these errors were encountered: