[Python-Dev] PEP 510 (function specialization) rejected (original) (raw)
Guido van Rossum guido at python.org
Tue Oct 17 16:25:11 EDT 2017
- Previous message (by thread): [Python-Dev] PEP 510 (function specialization) rejected
- Next message (by thread): [Python-Dev] PEP 510 (function specialization) rejected
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It takes courage to admit failures like this! I think this is a good call. It echoes the experiences with Unladen Swallow and Pyston. Despite what people may think, CPython really isn't slow, given the large set of constraints on the implementation.
On Tue, Oct 17, 2017 at 1:10 PM, Victor Stinner <victor.stinner at gmail.com> wrote:
Hi,
I rejected my own PEP 510 "Specialize functions with guards" that I wrote in January 2016: https://github.com/python/peps/commit/c99fb8bf5b5c16c170e1603a1c66a7 4e93a4ae84 "This PEP was rejected by its author since the design didn't show any significant speedup, but also because of the lack of time to implement the most advanced and complex optimizations." I stopped working on my FAT Python project almost one year ago: https://faster-cpython.readthedocs.io/fatpython.html Victor
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/ guido%40python.org
-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171017/d0b76c1f/attachment.html>
- Previous message (by thread): [Python-Dev] PEP 510 (function specialization) rejected
- Next message (by thread): [Python-Dev] PEP 510 (function specialization) rejected
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]