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
This is because linq is used naively to create the hierarchies. With large sets, this gets incredibly slow. The child collection should definitely be accessed by doing a ToLookup first, and then getting the children by id.
The text was updated successfully, but these errors were encountered:
This is because linq is used naively to create the hierarchies. With large sets, this gets incredibly slow. The child collection should definitely be accessed by doing a
ToLookup
first, and then getting the children by id.The text was updated successfully, but these errors were encountered: