Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[RFC] Performance issues #4663

Open
Open
@yonas

Description

@yonas

Summary

rustpython is about 2x slower than normal python.

$ time rustpython -c 'print("hello world")'
hello world

________________________________________________________
Executed in   86.69 millis    fish           external
   usr time   78.13 millis    1.18 millis   76.95 millis
   sys time    7.75 millis    0.00 millis    7.75 millis

$ time python -c 'print("hello world")'
hello world

________________________________________________________
Executed in   49.96 millis    fish           external
   usr time   33.92 millis    1.32 millis   32.60 millis

rustpython 0.2.0
Python 3.9 (installed via pkg install python39)
FreeBSD 13.1-RELEASE

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFCRequest for comments

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions