hash_name

Function hash_name 

Source
pub fn hash_name(name: &str) -> u64
Expand description

Compute a hash for an embedding name.

Uses FNV-1a hash for efficient computation.