Giacomo Stevanato
Giacomo Stevanato
# Objective - Fixes #14348 - Fixes #14528 - Less complex (but also likely less performant) alternative to #14611 ## Solution - Add a `is_dense` field flag to `QueryIter` indicating...
`zip` truncates the length of the iterator to the shortest of the two, but this is incorrect for `difference_count` since that might ignore some bits in the tail of the...
I'm opening this to gather a bit of early feedback before doing the tedious work of adding docs, updating the safety comments, implementing tests and adding release notes. Help and...