microsoft / DiskANN

Graph-structured Indices for Scalable, Fast, Fresh and Filtered Approximate Nearest Neighbor Search
Other
1.02k stars 208 forks source link

wait on completeCount if callback is used #532

Closed hliu18 closed 5 months ago

hliu18 commented 5 months ago

(only affects code inside USE_BING_INFRA)

wait on completeCount if callback is used this is for perf consideration. callback may give slight performance benefit over wait() in case of blockio.