nmslib / hnswlib

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

Implement an option to have parallel index load #524

Open ronbarhen opened 10 months ago

ronbarhen commented 10 months ago

Implement an option to have parallel index load.

This should improve the load speed consequently especially when using an NVMe disk.