Commit 0675def
committed
Implement Direct Probe (Hash) Filter for large primitive lists
Implements a fast hash table using open addressing with linear probing and a 25% load factor. Replaces the legacy HashSet for primitives, reducing indirection. Triggers for primitives when list size exceeds branchless thresholds.1 parent e54792c commit 0675def
2 files changed
Lines changed: 277 additions & 196 deletions
0 commit comments