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
The connection and merging steps have a poor performance.
We can improve it by:
Using an importance sampling scheme that favors merging/connections with vertices that are close to each other in memory + Sorting vertices spatially in the cache.
Cutting the merging/connection loop in two.
The text was updated successfully, but these errors were encountered:
The connection and merging steps have a poor performance.
We can improve it by:
The text was updated successfully, but these errors were encountered: