keer

Results 2 issues of keer

https://github.com/nmslib/hnswlib/blob/443d667478fddf1e13f2e06b1da4e1ec3a9fe716/hnswlib/hnswalg.h#L267 “ || has_deletions == false” There is a problem with this judgment condition, which will cause the loop to exit early .

我的thrift 文件如下: `namespace go test.test.test namespace py cg struct Template { 1: optional string async 2: optional Test test } struct Test { 1: required string name } ` main函数如下:...