ophunter233
ophunter233
@yurymalkov Can you help me with this pr? Error: "ImportError: cannot import name 'NoReturn'" occurs.
I did a simple benchmark on my machine with 32G memory. Index parametes: efConstruction = 200, M = 48, efSearch = 128. nq = 10000 Dataset: sift-1m, dimension = 128....
@yurymalkov How about use `std::defer_lock` to delay the lock operation? line 198: ``` std::unique_lock lk(link_list_locks_[current_node_id], std::defer_lock); if (!is_st) lk.lock(); ```
I solved this problem by adding the header file `xmmintrin.h`. @cristianmtr