fu5ha / rendy-pbr

PBR rendering example/experiment with rendy
Other
224 stars 7 forks source link

opt-level=1 significantly improves load time without significantly increasing compilation time #4

Closed zesterer closed 5 years ago

zesterer commented 5 years ago

Adding...

[profile.dev]
opt-level = 1

...might make for a more pleasant experience. When testing, the time required to load assets reduced from 35 seconds to just over 9 seconds.

fu5ha commented 5 years ago

Thanks! I believe this https://github.com/gltf-rs/gltf/pull/210 should also help significantly

fu5ha commented 5 years ago

This is now implemented :)