execution speed increase after compile py code into exe?

K

Kelie

hello,

would there be any speed increase in code execution after python code being
compiled into exe file with py2exe?

thanks,

kelie
 
P

Paul Rudin

Kelie said:
hello,

would there be any speed increase in code execution after python code being
compiled into exe file with py2exe?

AIUI that's not what p2yexe is about - it's essentially about
packaging up your python program for ease of distribution and
installation on windows boxes.

However, you might find that you can get significant speed-ups by
using psyco <http://psyco.sourceforge.net/>, on x386 type hardware at
least.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top