hash-structures-prime-bucket-sizing

Status: IN

Both hash structure implementations use prime bucket counts (1009 for HashMap, 769 for HashSet) to reduce collision clustering under modular hashing compared to power-of-two sizes.

Source: entries/2026/06/06/design-hashset-solution.md

JSON