[mythtv] BrowserBased setup

Raymond Wagner raymond at wagnerrp.com
Tue Nov 23 22:25:47 UTC 2010


On 11/23/2010 16:41, Richard Morton wrote:
>
> Php can be compiled to a bytecode for performance with the zend 
> optimiser and python has this by default.thtv-dev
>

Python is tokenized to make it load faster, but that has nothing to do 
with improved runtime performance.  If you need performance in Python, 
you write it in Cython, which gets translated to C and then compiled.  
Between compiling and optional static typing, you get performance speed 
up on the order of several times, to several hundred times, that of the 
python code run through the interpreter, depending on what you are doing.


More information about the mythtv-dev mailing list