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
Hi, I see that you are parallelizing index construction using per-point locks and I’m wondering if maybe you’ve tried other methods? Like run kmeans and build these clusters in parallel, and then merge the edges. Or maybe take immutable snapshots of the current state of the index and run point updates in parallel on this state, repeating the process several iterations
The text was updated successfully, but these errors were encountered:
Hi, I see that you are parallelizing index construction using per-point locks and I’m wondering if maybe you’ve tried other methods? Like run kmeans and build these clusters in parallel, and then merge the edges. Or maybe take immutable snapshots of the current state of the index and run point updates in parallel on this state, repeating the process several iterations
The text was updated successfully, but these errors were encountered: