Function hash_param_name

Source
pub fn hash_param_name(name: &str) -> u32
Expand description

FNV-1a hash for fast parameter name lookup.

This hash function is fast and produces good distribution for short strings. Used to avoid string comparisons in the audio thread hot path.