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

can "intel mkl library" improve hnswlib‘s performance? #567

Closed shaozhixue closed 5 days ago

shaozhixue commented 1 week ago

hello: Does hnswlib require the Intel MKL library? Can MKL improve the performance of hnswlib?

yurymalkov commented 1 week ago

Hello! It might if you use it for distance computations instead of the reference ones (requires coding) Intel compiler might also improve it a little.