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

copy_user_enhanced_fast_string high cpu usage #566

Closed shaozhixue closed 3 months ago

shaozhixue commented 3 months ago

copyuser hello The CPU utilization of copy_user_enhanced_fast_string increases significantly when I build an index using hnswlib with increasing index data volume. Why is this happening?