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
Using flat_map here breaks the size_hint() chain, preventing collect() from creating a perfectly sized allocation up front. Even though we should in theory know the exact size of the output.
Using
flat_map
here breaks thesize_hint()
chain, preventingcollect()
from creating a perfectly sized allocation up front. Even though we should in theory know the exact size of the output.lance/rust/lance-index/src/vector/pq.rs
Lines 120 to 136 in f30a679
I noticed this while doing a benchmark with
bytehound
and sorting by number of allocations.The text was updated successfully, but these errors were encountered: