mum-rs / mum

Daemon/cli mumble client
MIT License
31 stars 2 forks source link

Only reload sound effects that have changed #107

Open sornas opened 3 years ago

sornas commented 3 years ago

Currently we reload all sound effects every time the config is reloaded, which takes a non-neglible amount of time. We can instead pass the hashmap as a &mut and only change what's needed.