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

In C, one can build data structures with pointers that would require reference counting and heap allocation in Rust. The performance would also depend on what kind of CPU/features it is compiled for.

Whether one should do it is a different question.





You can use unsafe in Rust to write the exact same thing.



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

Search: