If Rust has it role in Firefox “reboot” some time age and Firefox cut memory usage to 1/3 less than Chrome… it gains some respect now
Well, 15% lost on the language itself and even just 10 fps lost? It’s huge and unacceptable.
Maybe if it would allow for some multithreading code written easier to get some performance back, then it could be interesting. With next-gen consoles better utilization of high CPU core count would be very appreciated.
Great point!
Although even a simple Unity game could suffer from bad performance, no way to manage memory. I heart that Unity being entirely rewritten to ECS it’s more about optimizing memory management with C# projects (and large chunks of the engine itself) than solving issues with OOP specifically.
In this light, Rust actually sounds tasty in comparison to C# which simply “costs” too much for its simplicity