Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed5.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'correct.': 0.07; 'performs': 0.07; 'python': 0.09; '(it': 0.09; 'counting': 0.09; 'semantics': 0.09; 'sep': 0.09; 'to:addr:comp.lang.python': 0.09; 'worse': 0.09; 'cc:addr:python- list': 0.10; '"normal"': 0.16; '3.2.': 0.16; '[*]': 0.16; 'badly.': 0.16; 'nightmare': 0.16; 'thread.': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'comparing': 0.17; 'pointed': 0.17; 'discussion': 0.20; 'causing': 0.20; '3.2': 0.22; 'cc:2**0': 0.23; 'user.': 0.23; 'seems': 0.23; 'cc:no real name:2**0': 0.24; 'non': 0.24; 'testing': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'wrote': 0.26; 'chris': 0.28; 'build,': 0.29; 'high.': 0.29; 'no,': 0.29; 'probably': 0.29; "i'm": 0.29; 'basic': 0.30; 'builds': 0.33; 'problem': 0.33; 'knowledge': 0.33; 'received:google.com': 0.34; 'needed': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'add': 0.36; 'really': 0.36; 'but': 0.36; 'characters': 0.36; 'compare': 0.36; 'test': 0.36; 'previous': 0.37; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'build': 0.39; 'from:no real name:2**0': 0.60; 'skip:u 10': 0.60; 'most': 0.61; 'wide': 0.62; 'between': 0.63; 'different': 0.63; '26,': 0.65; 'price': 0.66; 'soon': 0.70; 'wish': 0.70; 'idiot,': 0.84; 'suites,': 0.84; 'resolved.': 0.91; '***': 0.93; 'serious': 0.98 Newsgroups: comp.lang.python Date: Wed, 26 Sep 2012 07:19:56 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=62.203.91.202; posting-account=ung4FAoAAAC46zhHJ0Nsnuox7M5gDvs_ References: <5062ad83$0$29997$c3e8da3$5496439d@news.astraweb.com> <693ac61b-b1d3-4192-9e50-5166fd119278@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 62.203.91.202 MIME-Version: 1.0 Subject: Re: Article on the future of Python From: wxjmfauth@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 67 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348669201 news.xs4all.nl 6953 [2001:888:2000:d::a6]:45736 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30206 Le mercredi 26 septembre 2012 11:55:16 UTC+2, Chris Angelico a =E9crit=A0: > On Wed, Sep 26, 2012 at 7:31 PM, wrote: >=20 > > you are correct. But the price you pay for this is extremely >=20 > > high. Now, practically all characters are affected, espacially >=20 > > those *in* the Basic *** Multilingual*** Plane, these characters >=20 > > used by non "American" user (No offense here, I just use this >=20 > > word for ascii/latin-1). >=20 > > >=20 > > I'm ready to be considered as an idiot, but I'm not blind. >=20 > > As soon as I tested these characters, Py3.3 performs really >=20 > > badly. It seems to me it is legitimate to consider, there >=20 > > is a serious problem here. >=20 >=20 >=20 > We've been over this thread. The only reason you're counting 3.3 as >=20 > worse is because you're comparing against a narrow build of Python >=20 > 3.2. Narrow builds are **BUGGY** and this needed to be resolved. >=20 >=20 >=20 > When you compare against a wide build, semantics of 3.2 and 3.3 are >=20 > identical, and then - and ONLY then - can you sanely compare >=20 > performance. And 3.3 stacks up much better. >=20 >=20 >=20 > ChrisA No, I'm comparing Py33 with Py32 narrow build [*]. And I am not a Python newbie. Others in a previous discussion have pointed "bad" numbers and even TR wrote something like "I'm baffled (?) by these numbers". I took a look at the test suites, unfortunatelly they are mainly testing "special cases", something like one of the 3 internal representations, eg "latin-1". I can also add to this, that it is not only one of the internal representation which may be suspect (it is probably different now, Py32/Py33) but also the "switch" between these representations which is causing troubles. [*] I have not the knowledge to compile a wide build and I do not wish to spend my time in something that will be most probably a nightmare for me. I'm reacting like a "normal" Python user. jmf