Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16163
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rick.mansilla@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Does': 0.04; 'python': 0.08; 'bye.': 0.09; 'subject:py2app': 0.09; 'am,': 0.12; 'c++': 0.12; 'structures': 0.15; 'gonna': 0.16; 'py2app': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'cc:addr:python-list': 0.16; 'language': 0.17; 'wrote:': 0.18; 'yet.': 0.18; '(which': 0.19; 'this?': 0.19; 'memory': 0.21; "aren't": 0.21; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'topic.': 0.23; 'cc:2**0': 0.24; 'code': 0.25; "i'm": 0.26; 'cc:addr:python.org': 0.29; 'threads': 0.30; 'subject:?': 0.31; 'thanks': 0.31; 'message-id:@gmail.com': 0.33; 'this.': 0.33; 'there': 0.33; 'rules': 0.34; 'probably': 0.34; 'something': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'another': 0.37; 'think': 0.37; 'using': 0.38; 'received:209.85': 0.38; 'getting': 0.38; 'ways': 0.39; 'missing': 0.40; 'received:209': 0.40; 'management': 0.60; 'quick': 0.61; 'efficient': 0.62; 'header:Message-Id:1': 0.62; 'back': 0.62; 'gain': 0.75; 'speed,': 0.84; 'here...': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=4lwR5hrISveBsZoGaZsQwgv3mj7i2P3Gh8zFduRjfXE=; b=WKVTGkjz2rLN+uKEzBISz1VHdAvJ9xuATMUH00TNfvx2+A3i3XKbgJ7kfFUFubViqW YcsnELuCNcsrTjiAUstGEg2djsxLRMIBystwW9EL3AzJKpCC1kyFjW+8Tx+GK/xjUwu0 Bi30gjNE0uu3NBtpIVgT06opLt5M1NDHUfd/4= |
| References | <0F07657D-9C87-417E-ADCB-150EB5040CAF@gmail.com> <CALwzidnD-hP-NQouJtfJLNLOsm7Sp5cZ_AA1cnLWcBUNKpv6AA@mail.gmail.com> <3F9F123B-4A94-46C7-9184-2D0EF7F3A27C@gmail.com> <4ECE48E3.6070701@davea.name> |
| In-Reply-To | <4ECE48E3.6070701@davea.name> |
| Mime-Version | 1.0 (1.0) |
| Content-Transfer-Encoding | quoted-printable |
| Content-Type | text/plain; charset=utf-8 |
| X-Mailer | iPhone Mail (9A405) |
| From | Ricardo Mansilla <rick.mansilla@gmail.com> |
| Subject | Re: Does py2app improves speed? |
| Date | Thu, 24 Nov 2011 08:02:49 -0600 |
| To | "d@davea.name" <d@davea.name> |
| Cc | "python-list@python.org" <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3003.1322143408.27778.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1322143409 news.xs4all.nl 6959 [2001:888:2000:d::a6]:53915 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:16163 |
Show key headers only | View raw
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 >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Does py2app improves speed? Ricardo Mansilla <rick.mansilla@gmail.com> - 2011-11-24 08:02 -0600
csiph-web