ZJULearning / nsg

Navigating Spreading-out Graph For Approximate Nearest Neighbor Search
MIT License
632 stars 150 forks source link

how to search by multi-cores #23

Closed zhoulove259 closed 5 years ago

zhoulove259 commented 5 years ago

Run test_nsg_search using only one core

DelightRun commented 5 years ago

Yes, maybe we can use a Producer-Consumer model to process the distance computations.