Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44141
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rodrick.brown@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.053 |
| X-Spam-Evidence | '*H*': 0.91; '*S*': 0.02; '22,': 0.09; 'dan': 0.09; 'says.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'agree.': 0.16; 'cc:name:python list': 0.16; 'message- id:@unknownmsgid': 0.16; 'roy': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'url:mailman': 0.30; 'doc': 0.31; 'url:python': 0.33; 'advice': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'so,': 0.37; 'pm,': 0.38; 'url:mail': 0.40; 'real': 0.63; 'fire': 0.65; 'to:addr:gmail.com': 0.65; 'smith': 0.68; 'subject:skip:o 10': 0.84; '2013,': 0.91; 'hot': 0.96; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:from:mime-version:in-reply-to:date:message-id :subject:to:cc:content-type; bh=geoylC8LZyERh7IQDsbI0bkm7WQo5BfIov27MQrD4Yc=; b=AzIFRA0ZgAhVmzhSFOdYhlFW/mVIkluQmiClSh/Hznjz0Cx+uusWYRC9BKSH7VqXUo MeA9VhS+SdgPhF2Yttm2jO9Tya8l77eCMqlLqqNHnyMOIox3FuBIlxX4ZBHKmIniryE5 a1tGOZcpZ7Jzu400lqNZmpu2rCCdWSHav/JScpienrifTGZdjjVXOEPlZBBEWxcDL7ru oIsF02Q60iCdOuKzku8N70RM9HPbGMUUlDEhaF5jnheuQyyo3TqXtVIgUZc0xzaDfe9d roLGjjDr3KLyC+UT6RytAZzZN628xqo1NXfmr+tc+EYI1ea0EX1btKDR64Vll4AK67bu LPHg== |
| X-Received | by 10.60.37.68 with SMTP id w4mr11641865oej.62.1366691418581; Mon, 22 Apr 2013 21:30:18 -0700 (PDT) |
| References | <mailman.944.1366680414.3114.python-list@python.org> <roy-A32AAF.21531122042013@news.panix.com> <CAGGBd_pUpgyg2C=kOzKS+Y=dEyXpjshR-Ujm-Q2KAoWz+b0dSw@mail.gmail.com> |
| From | Rodrick Brown <rodrick.brown@gmail.com> |
| Mime-Version | 1.0 (1.0) |
| In-Reply-To | <CAGGBd_pUpgyg2C=kOzKS+Y=dEyXpjshR-Ujm-Q2KAoWz+b0dSw@mail.gmail.com> |
| Date | Tue, 23 Apr 2013 00:20:59 -0400 |
| Subject | Re: optomizations |
| To | Dan Stromberg <drsalists@gmail.com> |
| Content-Type | multipart/alternative; boundary=089e0111c13085b05404daffa47c |
| Cc | Python List <python-list@python.org> |
| 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.951.1366691420.3114.python-list@python.org> (permalink) |
| Lines | 53 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1366691420 news.xs4all.nl 2269 [2001:888:2000:d::a6]:39243 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44141 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Apr 22, 2013, at 11:18 PM, Dan Stromberg <drsalists@gmail.com> wrote: 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. Got a doc or URL I have no experience working with python profilers. -- http://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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