Remix.run Logo
762236 5 hours ago

For new projects, I just use Rust: there is zero reason to deal with a garbage collector today. If I'm in C, it's because I care about predictable performance, and why I'm not using Java for that particular project.

greenavocado 4 hours ago | parent [-]

https://docs.rs/gc/latest/gc/

bigstrat2003 2 hours ago | parent | next [-]

Not really sure what relevance a third party library has when discussing the language characteristics.

762236 3 hours ago | parent | prev [-]

I don't understand. This is an optional part of Rust. I'm obviously not using a garbage collector in Rust.