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

The problem is that C and C++ do not implicitly parallelize well. To get maximum bang for the bunk you want to extract lots of parallelism. Which requires a different kind of language.

The interesting flip side is that if you design for easy parallelism, you are better able to take advantage of multiple cores in standard CPUs. Also you can then turn it around and also distribute the same program across a cluster of commodity hardware on the cloud.

But yes, the toolchain matters. A lot.



> maximum bang for the bunk

That ranks up with "rear-window defrogger" and "string-loaded door" in my collection of amusing typos ...


Oops.

I will have to look for an opportunity to use it on purpose.




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

Search: