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

Actually, Java gets ridiculously close to C performance when you only do computations on primitives. Of course you do have some pointer chasing in most code bases but in my experience cache is mostly relevant for repetitive workloads. I’m not sure that a typical web application would win all that much from a C rewrite.



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

Search: