Skip to content

Benchmark confirmed 8% diff to Python 3.8! #1446

@vprelovac

Description

@vprelovac

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions