Skip to main content

GOLDEN_RATIO_FRAC_NUM

Constant GOLDEN_RATIO_FRAC_NUM 

Source
pub const GOLDEN_RATIO_FRAC_NUM: u64 = 103;
Expand description

Golden ratio constant as a fraction (103/64 ≈ 1.609375 ≈ φ) Used for optimal hash table growth and load factor calculations