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