You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a.get_nns_by_item(i,n) on a fixed AnnoyIndex already built, the time to find the item is sometimes about 2 times longer than usual for a fixed i . This is shown in the linked png of a histogram of the time it takes to do the computation. I would expect 1 peak, but not the secondary smaller one at about twice the time
The text was updated successfully, but these errors were encountered:
LoicDelabrouille
changed the title
Inconsistent time for a.get_nns_by_item()
Inconsistent time for a.get_nns_by_item(i,n)
May 8, 2024
When running
a.get_nns_by_item(i,n)
on a fixedAnnoyIndex
already built, the time to find the item is sometimes about 2 times longer than usual for a fixedi
. This is shown in the linked png of a histogram of the time it takes to do the computation. I would expect 1 peak, but not the secondary smaller one at about twice the timeThe text was updated successfully, but these errors were encountered: