[PIPython] trasformare script .py in exe

Carlo C8E Miron carlo.miron
Mar 28 Giu 2005 11:19:36 CEST


Il 27/06/05, msciab a eprometeus.com<msciab a eprometeus.com> ha scritto:
[snip]
> Mi aspetto molto maggiore overhead nell'interpretazione del bytecode, e
> questo viene fatto ogni volta. E molto peggio, l'uso intensivo di
> strutture dati complesse come liste, tuple e mappe che rende python cosė
> pratico e facile da usare, ma anche disperatamente pių lento di altri
> linguaggio  che trattano strutture dati meno complesse.

Non dimenticare la Prima Regola dell'Ottimizzazione in Python::

This is Rule #1 of Python optimization: Any Python program using a dict is
1000x faster than any C program. There are no exceptions to this rule <ahem>.
 -- Tim Peters

http://groups.google.it/group/comp.lang.python/browse_thread/thread/7df80c0b2d50cbcf/096718db15f56d35?q=1000x+faster++author:%22tim+peters%22&rnum=3&hl=it#096718db15f56d35

-- 
Carlo C8E Miron, ICQ #26429731
-- 
Disclaimer:
If I receive a message from you, you are agreeing that:
1. I am by definition, "the intended recipient".
2. All information in the email is mine to do with as I see fit and
 make such financial profit, political mileage, or good joke as it
 lends itself to. In particular, I may quote it on USENET or the WWW.
3. I may take the contents as representing the views of your company.
4. This overrides any disclaimer or statement of confidentiality that
 may be included on your message.


More information about the Python mailing list