On 4/7/2013 7:30 AM, Dimitri Vorona 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.


One notable thing not shown is while pypy may still be ~1.5x slower than v8 or luajit it is already ~10x faster than cpython.

Janzert


_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to