Hacker News new | past | comments | ask | show | jobs | submit login

For one, additional safety. Rust's equivalent are more safe. Secondly, speed. Rust has several advantages: with shared_ptr, for example, you have the Rc/Arc split, the decreased number of refcount bumps, etc. (some of that speed comes from the safety, even...)



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

Search: