-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Description
Hi!
I am the maintainer of python-speed benchmark (https://github.com/vprelovac/python-speed) and I could confirm the increased speed in Pyston. It is about 8% overall (not exactly 20% that is claimed) mostly due to much better stack handling (which shows about 40% speed increase). Overall fantastic job and looking forward to next release!
Python 3
python-speed v1.2 using python v3.8.5
string/mem: 2144.74 ms
pi calc/math: 2939.3 ms
regex: 2950.72 ms
fibonnaci/stack: 1845.43 ms
total: 9880.2 ms (lower is better)
Pyston 3
python-speed v1.2 using python v3.8.2
string/mem: 2152.05 ms
pi calc/math: 2971.2 ms
regex: 2707.27 ms
fibonnaci/stack: 1197.36 ms
total: 9027.89 ms (lower is better)
Metadata
Metadata
Assignees
Labels
No labels