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.
Resolve the compilation warnings, as sometimes this cause error in the constrict compilation environment. This PR WILL NOT bring any functional changes/breaks.
Rename the local variables if already have the global variables with same names.
Don't use assignment statement as the while condition.
Resolve the compilation warnings, as sometimes this cause error in the constrict compilation environment. This PR WILL NOT bring any functional changes/breaks.