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
Previous implementation was making the assumption of cheap
xsimd::insert, and it always generated batch::size inserts.
This implementation can take advantage of smaller popcount on the
bitmask.
Note to self: it would be great to have a good implementation for
constant mask.
0 commit comments