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