Herzult / SimplePHPEasyPlus

A simple, pragmatic numeric operation api written in PHP. It does addition.
MIT License
1.16k stars 46 forks source link

Compiler #11

Open ip2k opened 11 years ago

ip2k commented 11 years ago

It'd be excellent if this allowed you to "compile" your final work into a machine-readable format that would execute more quickly. The inspiration for this comes from great implementations like Magento's PHP compiler ( http://www.magentocommerce.com/magento-connect/magento-compiler.html ) and asm.js ( http://asmjs.org/spec/latest/ ).

I really believe that we could achieve at least a 20% speed-up here by implementing this, but see my other bug about method instrumentation for a good idea on actually measuring this.

jameshadley commented 7 years ago

I fear the compiler may remove the majority of the developers hard work.