Open
Description
I'm integrating hnswlib into my own code, I have the following suggestions:
- I think that the data passed to
addPoint
should beconst void *
.
Line 773 in 44f20f0
- I think that
searchKnn
shuld first check if the "container" is empty, in wich case a search may result in a core dump.
Line 486 in 44f20f0
Metadata
Metadata
Assignees
Labels
No labels