nmslib / hnswlib

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

Stop condition #490

Closed dyashuni closed 8 months ago

dyashuni commented 11 months ago

Possible breaking change - now collect_metrics is set by default as false, as nobody seem to use it (https://github.com/nmslib/hnswlib/issues/495) and it does slow down the search.