|
Just compiling anything so that it is an executable does not make anything faster. If its written shitty its written shitty.
I bet a compiled version of PHP is simply the php parsed piggy-backing the script(s) and running them in-memory.
Even if it is not that, it still all goes through PHP functions.
Learn C if you want to code something as fast as C.
__________________
"Think about it a little more and you'll agree with me, because you're smart and I'm right."
- Charlie Munger
|