FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.64k stars 343 forks source link

Remove `?` operators from proc-macro generated code #369

Closed toyboot4e closed 1 year ago

toyboot4e commented 1 year ago

This is an internal clean up PR. Hopefully it can also improve the compile time a bit.

From Twitter:

toyboot4e commented 1 year ago

CI build time on Windows changed from 8m 45s to 8m 5s. I think it doesn't mean anything though -- maybe they were run on different machine?

lenscas commented 1 year ago

CI build time on Windows changed from 8m 45s to 8m 5s. I think it doesn't mean anything though -- maybe they were run on different machine?

I don't think you can use github actions to measure performance as it will probably have quite a bit of variance as it is running on a VM at best and there are probably quite a few other VM's running on the same actual hardware doing their own things