Wednesday, February 11, 2015

5X more Pystones than CPython


Two versions of Pystone are used, untyped pystone.py and typed pystone-typed.py. Taking a look at those files will show you most of what you need to know for porting code to Rusthon. This benchmark was done on 64bit linuxmint, 2Ghz. Command to run this bench:

cd Rusthon/regtests
./run.py ./bench/pystone.py
./run.py ./bench/pystone-typed.py


above pystones per-second.

No comments:

Post a Comment