Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How does this compare to hsnwlib - is it faster? https://github.com/nmslib/hnswlib


Also compare with qdrant's Rust implementation; they tout their performance. https://github.com/qdrant/qdrant/tree/master/lib/segment/src...


From a quick survey of the implementation probably not very well since, for example, it is using dynamic dispatching for all distance calculations and there are a lot of allocations in the hot-path.

Maybe it would be better to post this repository as a reference / teaching implementation of HNSW.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: