nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.11k stars 607 forks source link

Is simultaneous querying and inserting thread-safe? #562

Closed wangdehu closed 1 month ago

wangdehu commented 1 month ago

I notice https://github.com/nmslib/hnswlib/issues/100. Has the situation changed in this regard since this time? Is simultaneous querying and inserting thread-safe?

Thanks

yurymalkov commented 1 month ago

Hi @wangdehu . Unfortunately, it is still not thread-safe.

wangdehu commented 1 month ago

Thanks a lot for your response.