Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'language.': 0.14; 'path.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'typo': 0.16; 'language': 0.16; 'wrote:': 0.18; 'header :User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header :In-Reply-To:1': 0.27; 'robert': 0.30; 'especially': 0.30; 'lot.': 0.31; 'subject:some': 0.31; 'basic': 0.35; 'good.': 0.35; 'but': 0.35; 'found.': 0.36; 'thanks': 0.36; "i'll": 0.36; 'list': 0.37; 'performance': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'wonderful': 0.60; 'tips': 0.61; 'our': 0.64; 'optimized': 0.68; 'sound': 0.68; 'replies.': 0.84; 'received:89': 0.85 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: squeeze out some performance Date: Fri, 06 Dec 2013 16:36:03 +0000 References: <35814163-d0a5-4927-b61d-7d3b4ee0989b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-89-240-175-33.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <35814163-d0a5-4927-b61d-7d3b4ee0989b@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386347783 news.xs4all.nl 2838 [2001:888:2000:d::a6]:39540 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61165 On 06/12/2013 16:29, Robert Voigtländer wrote: > Thanks for your replies. > > I already did some basic profiling and optimized a lot. Especially > with help of a goof python performance tips list I found. > Wonderful typo -----^ :) > I think I'll follow the cython path. > The geometry approach also sound good. But it's way above my math/geometry knowledge. > > Thanks for your input! > -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence