vstinner / fatoptimizer

Static optimizer specializing functions with guards for Python 3.6
https://fatoptimizer.readthedocs.org/en/latest/
MIT License
76 stars 11 forks source link

Project status? #16

Open joshring opened 4 years ago

joshring commented 4 years ago

It has been a while since Python 3.6, so I was wondering, can this be used without a patched python? Also I was wondering what the project's status was.

The fatoptimizer module requires a Python 3.6 patched with PEP 510 “Specialize functions with guards” and PEP 511 “API for code transformers” patches.

Many thanks

vstinner commented 4 years ago

This project is abandonned/stalled.

Based on this project, I wrote three PEPs:

There was no evidence that FAT Python will succeed to make Python faster.

FYI I'm now working on other approaches like https://www.python.org/dev/peps/pep-0620/