jalberse / shimmer

Physically based rendering in Rust
Apache License 2.0
33 stars 0 forks source link

Move off default hashmaps #45

Open jalberse opened 5 months ago

jalberse commented 5 months ago

There's a few spots where I use the default HashMap. Replace with a hash that's faster; the default one is centered on security, which we don't care about.