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
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
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
- 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
> the end of this post:
> https://ep2013.europy
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-the-python-compi
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
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
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
Steven,
Just in case... pypy1.9 runs this test 22x faster than cpython2.7, see below.
python2.7 -c "from test import pystone;[pystone.main() for i in range(10)]"
Pystone(1.1) time for 5 passes = 0.62
This machine benchmarks at 80645.2 pystones/second
...
Pystone(1.1) time for 5 passes =