What's Changed
- fix:
eqMaskzero-byte detection bug caused by cross-byte borrow (Mycroft haszero mask) by @bluuewhale and @aqrit in #8 - refactor: Optimize putAll batch insertion logic by @NBHZW in #3
Changed
- Cache group-count derived values to avoid repeated recomputation in hot probe loops, (numGroups and mask)
- SwissMap SWAR probe now returns packed eq masks and uses trailing-zero indexing (removing spaced-mask helper).
New Contributors
Full Changelog: v0.1.6...v0.1.7