-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mirrored control bytes to enable seamless wraparound in probing
- Introduced mirrored control bytes at the end of the control byte array to allow seamless wraparound during group probing. - This mirrors the first 16 bytes (GroupSize) of the control array at the end, enabling efficient SIMD-based probing across boundaries without additional boundary checks or wraparound logic. - This design improvement allows continuous group probing by treating the control byte array as circular, thereby enhancing performance, reducing branching, and simplifying the probe sequence.
- Loading branch information
Showing
1 changed file
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters