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

My guess is that these languages (C++, Rust) allow for far more optimizations as it is quite discouraged to reinvent the wheel.

Which is a unfortunately a thing in C



One factor is how simple it is to use an efficient data-structure in Rust vs C due to good polymorphism and easy dependency management. In C, importing and using an efficient data structure can be a chore, and so many implementations use suboptimal but more C-friendly structures instead.




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

Search: