Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Rust doesn't need an efficient GC like the kind Java has. Most of the resources you need in Rust are freed when they get out of scope.

What Rust needs is just a better RC implementation. This is because only a small part of your data is reference counted, so it fits better with how Rust works, so an efficient implementation allows it to combine with ownership semantics to outperform even very advanced generational GCs.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: