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

Ah true, I probably overstate the amount of Arc<T>/Rc<T> in Rust code. C++ uses shared_ptr<T> a lot in the code I've been dealing with lately, so maybe its biased me. Though it's partly up to the skill/experience of the programmer too.


For what is worth, I rarely need to use Arc or RefCell, but I also rarely write complex async code where it is more prevalent.




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

Search: