[pypy-dev] PyPy-Performance versus various other VMs

Alex Gaynor alex.gaynor at gmail.com
Sun Apr 7 18:56:44 CEST 2013


The biggest problem with this benchmark is that it uses nested lists (read:
memory indirections), whereas the other implementations (or at least the C
one) uses flat storage.

Alex


On Sun, Apr 7, 2013 at 4:30 AM, Dimitri Vorona <alendit at googlemail.com>wrote:

> Hi everyone,
>
> just wanted to bring to your attention this blog post:
> http://attractivechaos.wordpress.com/2013/04/06/performance-of-rust-and-dart-in-sudoku-solving/ .
> PyPy ist compared with various dynamic and static languages.
>
> While the perfomance is still OK (within an order of magnitude of C), it
> places last by a quite big margin. I would like to know if these result
> match your benchmarks or is the implementation of the sudoku solver
> non-optimal for pypy (can be seen here
> https://github.com/attractivechaos/plb/blob/master/sudoku/sudoku_v1.py)
>
> Regards,
>
> Dmytro Vorona.
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>
>


-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: 125F 5C67 DFE9 4084
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20130407/220365f7/attachment.html>


More information about the pypy-dev mailing list