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

"It is very likely that the Rust language will go with a similar model [per-thread instead of global garbage collection]."

Rust is using this model today.



I was under the impression that the collector that's in place right now is just a cycle collector, not a full-blown garbage collector. But please correct me if I'm wrong!


Oh yes, you're right -- I was assuming you were grouping cycle collection under garbage collection. In any case, the cycle collector is task-local, not global.




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

Search: