Re: Nuitka now supports Python 3.2

2013-02-28 Thread Stefan Behnel
Steven D'Aprano, 28.02.2013 14:23: > On Thu, 28 Feb 2013 08:07:55 +0100, Stefan Behnel wrote: > >> Steven D'Aprano, 26.02.2013 13:18: >>> Nuitka is an implementation of Python written in C++. At the moment it >>> is claimed to be about 2.5 times as fast as CPython running the pystone >>> benchmark

Re: Nuitka now supports Python 3.2

2013-02-28 Thread Steven D'Aprano
On Thu, 28 Feb 2013 08:07:55 +0100, Stefan Behnel wrote: > Steven D'Aprano, 26.02.2013 13:18: >> Nuitka is an implementation of Python written in C++. At the moment it >> is claimed to be about 2.5 times as fast as CPython running the pystone >> benchmark. > > Could we please get to the habit of

Re: Nuitka now supports Python 3.2

2013-02-27 Thread Stefan Behnel
Steven D'Aprano, 26.02.2013 13:18: > Nuitka is an implementation of Python written in C++. At the moment it is > claimed to be about 2.5 times as fast as CPython running the pystone > benchmark. Could we please get to the habit of not citing results of "benchmarks" that *any* static analysis pha

Re: Nuitka now supports Python 3.2

2013-02-27 Thread Jean-Michel Pichavant
- Original Message - > On 02/26/2013 05:18 AM, Steven D'Aprano wrote: > > Nuitka now supports Python 3.2 syntax and compiles the full CPython > > 3.2 > > test suite. > > Interestingly, GvR seemed to be quite critical of it in his comment > at >

Re: Nuitka now supports Python 3.2

2013-02-27 Thread Michael Torrie
On 02/26/2013 05:18 AM, Steven D'Aprano wrote: > Nuitka now supports Python 3.2 syntax and compiles the full CPython 3.2 > test suite. Interestingly, GvR seemed to be quite critical of it in his comment at the end of this post: https://ep2013.europython.eu/conference/talks/nuitka

Re: Nuitka now supports Python 3.2

2013-02-27 Thread Mark Lawrence
On 27/02/2013 08:21, jmfauth wrote: Fascinating software. Some are building, some are destroying. Py33 timeit.repeat("{1:'abc需'}") [0.2573893570572636, 0.24261832285651508, 0.24259548003601594] Py323 timeit.repeat("{1:'abc需'}") [0.11000708521282831, 0.0994753634273593, 0.0990102

Re: Nuitka now supports Python 3.2

2013-02-27 Thread jmfauth
On 27 fév, 09:21, jmfauth wrote: > > > Fascinating software. > Some are building, some are destroying. > > Py33>>> timeit.repeat("{1:'abc需'}") > > [0.2573893570572636, 0.24261832285651508, 0.24259548003601594] > > Py323 > timeit.repeat("{1:'abc需'}") > [0.11000708521282831, 0.0994753634273

Re: Nuitka now supports Python 3.2

2013-02-27 Thread jmfauth
Fascinating software. Some are building, some are destroying. Py33 >>> timeit.repeat("{1:'abc需'}") [0.2573893570572636, 0.24261832285651508, 0.24259548003601594] Py323 timeit.repeat("{1:'abc需'}") [0.11000708521282831, 0.0994753634273593, 0.09901023634051853] jmf -- http://mail.py

RE: Nuitka now supports Python 3.2

2013-02-26 Thread Andriy Kornatskyy
sses = 0.024002 This machine benchmarks at 2.08316e+06 pystones/second Thanks. Andriy Kornatskyy > From: steve+comp.lang.pyt...@pearwood.info > Subject: Nuitka now supports Python 3.2 > Date: Tue, 26 Feb 2013 12:18:56 + > To: python-list@py

Nuitka now supports Python 3.2

2013-02-26 Thread Steven D'Aprano
Nuitka now supports Python 3.2 syntax and compiles the full CPython 3.2 test suite. http://nuitka.net/posts/nuitka-release-040.html What is Nuitka? Nuitka is an implementation of Python written in C++. At the moment it is claimed to be about 2.5 times as fast as CPython running the pystone