Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'insert': 0.05; 'subject:Python': 0.06; '---------': 0.07; 'list?': 0.07; 'correct,': 0.09; '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; 'cares': 0.16; 'pythonistas': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'header:User- Agent:1': 0.23; 'unicode': 0.24; 'url:moin': 0.24; 'second': 0.26; 'subject:/': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'point': 0.28; 'chris': 0.29; 'character': 0.29; 'url:wiki': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'languages': 0.32; 'url:python': 0.33; 'problem.': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'most': 0.60; "you're": 0.61; 'times': 0.62; 'charset:windows-1252': 0.65; 'subject:long': 0.84; 'victim': 0.84; 'hundred': 0.95; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Performance of int/long in Python 3 Date: Tue, 02 Apr 2013 10:43:48 +0100 References: <6a146aba-a032-4aac-b2d3-7acedcebd804@q3g2000pbv.googlegroups.com> <515941d8$0$29967$c3e8da3$5496439d@news.astraweb.com> <5159beb6$0$29967$c3e8da3$5496439d@news.astraweb.com> <4103dc28-a0dc-4740-bb38-b6bcb58bedfb@h1g2000vbx.googlegroups.com> <515a9851$0$29891$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-92-18-43-197.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 In-Reply-To: X-Antivirus: avast! (VPS 130401-1, 01/04/2013), Outbound message X-Antivirus-Status: Clean 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364895784 news.xs4all.nl 6925 [2001:888:2000:d::a6]:52967 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42554 On 02/04/2013 10:24, jmfauth wrote: > On 2 avr, 10:35, Steven D'Aprano +comp.lang.pyt...@pearwood.info> wrote: >> On Tue, 02 Apr 2013 19:03:17 +1100, Chris Angelico wrote: >> >> So what? Who cares if it takes 0.00002 second to insert a character >> instead of 0.00001 second? That's still a hundred times faster than you >> can type. >> > --------- > > This not the problem. The interesting point is that they > are good and "less good" Unicode implementations. > > jmf > The interesting point is that the Python 3.3 unicode implementation is correct, that of most other languages is buggy. Or have I fallen victim to the vicious propaganda of the various Pythonistas who frequent this list? -- If you're using GoogleCrap™ please read this http://wiki.python.org/moin/GoogleGroupsPython. Mark Lawrence