Hacker News new | ask | show | jobs
by coldtea 2119 days ago
Well, most of PHP is calling into C functions (all the standard libs), and as for the rest a JIT can absolutely be as fast (or faster, due to micro-optimizations, profiling, knowledge of non-aliasing, etc) than C.

So there's nothing really funny about it....