hnswlib icon indicating copy to clipboard operation
hnswlib copied to clipboard

the different result between (c++ v0.8.0) and (python v0.8.0)?

Open handsomeZhuang opened this issue 1 year ago • 2 comments

hi, I have test 0.8.0 version code running using c++ and python,respectively. Surprisely, they are different result about time-consuming and recall. I look forward to you reply, tks.

handsomeZhuang avatar Sep 08 '24 08:09 handsomeZhuang

Python is just a wrapper around C++ code. There should be no difference, though there should be some difference from run to run.

yurymalkov avatar Dec 01 '24 23:12 yurymalkov

Surprisely, they are different result about time

maybe you stand right point, but I could not found why it is diff

handsomeZhuang avatar Dec 24 '24 07:12 handsomeZhuang