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


Groups > comp.lang.python > #44135

Re: optomizations

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <drsalists@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.185
X-Spam-Level *
X-Spam-Evidence '*H*': 0.76; '*S*': 0.13; '22,': 0.09; 'says.': 0.09; 'agree.': 0.16; 'roy': 0.16; 'to:name:python list': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'mon,': 0.24; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'advice': 0.35; 'received:google.com': 0.35; 'so,': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'real': 0.63; 'fire': 0.65; 'smith': 0.68; 'subject:skip:o 10': 0.84; 'hot': 0.96; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=ZCgP+hAJ2+teyGGVWXov/iV3yTGjXV7UowqTLzXsOQY=; b=UWujTjl8YLurJs98V8kRAzNQUtZqPOwel0t//4cVUnv1G6qybGv1QLMeQFsRgwPYEJ XZGyTm5XSp9HfPTFQABRXAiKT/lsMR5D94GJrhyE2AJmCWqZmxoR3qGwod+04H9UuI9e +7G1E8pRfWgNmK1WxymL4RPinaeSkMiOkqVatmgaW27mKVNwjYkp1OWP2m4cJDutZJK2 ygn6q8mCNVS+j1kvkv4qg/qA7J5WNmRKOZOaMYettvLOF6yIs4w2mGehVGhoLw4G8bsj H6k++ByWCrDTfcgp5Kb6F28CWXmP95dQilTxEYMudmm8SXNgxZMf+lAUuuEyfWhkc0Rq wMkQ==
MIME-Version 1.0
X-Received by 10.224.192.6 with SMTP id do6mr3579923qab.82.1366686946121; Mon, 22 Apr 2013 20:15:46 -0700 (PDT)
In-Reply-To <roy-A32AAF.21531122042013@news.panix.com>
References <mailman.944.1366680414.3114.python-list@python.org> <roy-A32AAF.21531122042013@news.panix.com>
Date Mon, 22 Apr 2013 20:15:46 -0700
Subject Re: optomizations
From Dan Stromberg <drsalists@gmail.com>
To Python List <python-list@python.org>
Content-Type multipart/alternative; boundary=20cf300fb1cbf15e7c04dafe99a6
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.948.1366686954.3114.python-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1366686954 news.xs4all.nl 2181 [2001:888:2000:d::a6]:46873
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:44135

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Mon, Apr 22, 2013 at 6:53 PM, Roy Smith <roy@panix.com> wrote:

>
> So, my real advice to you is to fire up the profiler and see what it
> says.


I agree.

Fire up a  line-oriented profiler and only then start trying to improve the
hot spots.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

optomizations Rodrick Brown <rodrick.brown@gmail.com> - 2013-04-22 21:19 -0400
  Re: optomizations Roy Smith <roy@panix.com> - 2013-04-22 21:53 -0400
    Re: optomizations Dan Stromberg <drsalists@gmail.com> - 2013-04-22 20:15 -0700
    Re: optomizations Rodrick Brown <rodrick.brown@gmail.com> - 2013-04-23 00:20 -0400
      Re: optomizations Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-23 04:38 +0000
    Re: optomizations Chris Angelico <rosuav@gmail.com> - 2013-04-23 12:03 +1000
  Re: optomizations Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-23 04:00 +0000
    Re: optomizations Chris Angelico <rosuav@gmail.com> - 2013-04-23 14:08 +1000
    percent faster than format()? (was: Re: optomizations) Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-04-23 09:46 +0200
      Re: percent faster than format()? (was: Re: optomizations) Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-04-23 10:26 +0200
        Re: percent faster than format()? Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-04-23 16:57 +0200
          Re: percent faster than format()? Lele Gaifax <lele@metapensiero.it> - 2013-04-23 17:44 +0200
      Re: percent faster than format()? (was: Re: optomizations) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-23 14:36 +0000
        Re: percent faster than format()? (was: Re: optomizations) Chris Angelico <rosuav@gmail.com> - 2013-04-24 00:52 +1000

csiph-web