A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
MIT License
4.83k
stars
581
forks
source link
double free or corruption (out) during Search #413
I want to evaluate SPTAG on the streaming track of the big-ann-benchmarks. (https://github.com/harsha-simhadri/big-ann-benchmarks/blob/main/neurips23/README.md) However, during the Search process, there was a
double free or corruption (out)
error. (It has to process 10K queries, but an error occurs in the middle)Is there a problem with memory allocation and deallocation in the library? Or do I need to set some parameters?
Below is the benchmark code.