Skip to content

Add bitmask-driven gather to Array and Table#132

Merged
pbower merged 1 commit into
mainfrom
bitmask_gather
Jul 2, 2026
Merged

Add bitmask-driven gather to Array and Table#132
pbower merged 1 commit into
mainfrom
bitmask_gather

Conversation

@pbower

@pbower pbower commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Gather_mask and gather_rows_mask consume a bit-packed selection directly with a word-based walk. Zero words skip 64 positions, fully set words copy their run in one slice copy, and null mask bits carry through to gathered positions.

@pbower pbower changed the title Add bitmask-driven gather to ArrayV and TableV Add bitmask-driven gather to Array and Table Jul 2, 2026
@pbower pbower changed the title Add bitmask-driven gather to ArrayV and TableV Add bitmask-driven gather to Array and Table Jul 2, 2026
@pbower pbower merged commit df4b54a into main Jul 2, 2026
17 checks passed
@pbower pbower deleted the bitmask_gather branch July 2, 2026 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant