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

Declare saveIndex/loadIndex as templates to use custom streams #556

Open drons opened 2 months ago

drons commented 2 months ago

With this patch It is possible to implement load/store to any external storage or parallel index load (#524) at user level.