Hacker News new | ask | show | jobs
by durpkingOP 1207 days ago
pub fn phf_shift(x: u32) -> u8 { x.wrapping_mul(31) as u8 }