pub const GOLDEN_RATIO_FRAC_NUM: u64 = 103;
Golden ratio constant as a fraction (103/64 ≈ 1.609375 ≈ φ) Used for optimal hash table growth and load factor calculations