Y
Hacker News
new
|
ask
|
show
|
jobs
by
762236
207 days 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.
1 comments
greenavocado
206 days ago
https://docs.rs/gc/latest/gc/
link
762236
206 days ago
I don't understand. This is an optional part of Rust. I'm obviously not using a garbage collector in Rust.
link
bigstrat2003
206 days ago
Not really sure what relevance a third party library has when discussing the language characteristics.
link