Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16163 > unrolled thread

Re: Does py2app improves speed?

Started byRicardo Mansilla <rick.mansilla@gmail.com>
First post2011-11-24 08:02 -0600
Last post2011-11-24 08:02 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Does py2app improves speed? Ricardo Mansilla <rick.mansilla@gmail.com> - 2011-11-24 08:02 -0600

#16163 — Re: Does py2app improves speed?

FromRicardo Mansilla <rick.mansilla@gmail.com>
Date2011-11-24 08:02 -0600
SubjectRe: Does py2app improves speed?
Message-ID<mailman.3003.1322143408.27778.python-list@python.org>
Most of méthods for improving the speed are related to efficient memory management and using specific structures for a specific tasks... But i have already optimized my code (which is very short actually) following all these rules and it is very slow yet. 
Do you think there is another way to do This? Probably i'm missing something here...

On 24/11/2011, at 07:38, Dave Angel <d@davea.name> wrote:

> On 11/24/2011 08:26 AM, Ricardo Mansilla wrote:
>> Well, that's sad... I think Im gonna end getting back to C++ for This.  But anyway, thanks a lot for the quick answer...
>> Bye.
> Just because Py2app doesn't improve speed doesn't mean there aren't other ways to gain speed, while still using the Python language for all or most of the app. There have been lots of threads on the topic.
> 
> -- 
> 
> DaveA
> 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web