mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 18:21:16 +08:00
Added todo [skip ci]
This commit is contained in:
@@ -73,6 +73,7 @@ GetScanLists(IndexScanDesc scan, Datum value)
|
||||
}
|
||||
|
||||
/* Sort by distance */
|
||||
/* TODO Use heap for performance */
|
||||
qsort(so->lists, listCount, sizeof(IvfflatScanList), CompareLists);
|
||||
|
||||
if (so->probes > listCount)
|
||||
|
||||
Reference in New Issue
Block a user