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
I wonder if we can do (in a future PR, not this one) a new .downsampled_iter(scaled) for operations like count_common, and avoid the conversion.
The downsampled iter would iterate over values that are in the appropriate scaled value, but wouldn't need to create new minhash sketches (can reuse the largest one and stop returning values once they go over max_hash, for example)
The text was updated successfully, but these errors were encountered:
In a similar direction, but not quite. The downsample iter is more similar to .iter_mins() or .iter_abunds() in #3394, but there I'm only using iterators directly to calculate the intersection.
per comment on #3342, #3342 (comment)
@luizirber speaketh:
The text was updated successfully, but these errors were encountered: