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
Instead of using iterators, just loop over chunk + bitmap directly. Iterators have at least 1 jmp for checking if there's any items left. So with 2 iterators we have 2 jmp (if not optimized away). See if this improves things.
Bench with and without caching step for bitmap iter, see how things change for q17 benchmark / streaming fold agg.
Let me know if any further details are required, I can definitely provide more elaboration.
The text was updated successfully, but these errors were encountered:
#7792 (comment)
q17
benchmark / streaming fold agg.Let me know if any further details are required, I can definitely provide more elaboration.
The text was updated successfully, but these errors were encountered: