logoalt Hacker News

762236yesterday at 2:13 PM1 replyview on HN

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.


Replies

greenavocadoyesterday at 3:08 PM

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

show 2 replies