[Python-ideas] Type Hinting - Performance booster ?
Ludovic Gasc
gmludo at gmail.com
Sun Dec 21 00:55:51 CET 2014
More information about the Python-ideas mailing list
Sun Dec 21 00:55:51 CET 2014
- Previous message: [Python-ideas] Line-by-line profiling
- Next message: [Python-ideas] Type Hinting - Performance booster ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm only a simple Python developer, not a Type Hinting expert and I don't know if you already discuss about that somewhere, but: With the future official support of Type Hinting in Python, is it means that CPython could use this pieces of information to store variables with more efficient data structures, not only check types ? It could possible to have better performance one day with Type Hinting like you have with Cython (explicit types declaration) or PyPy (guessing types) ? Is it realistic to except that one day, or I've missed some mountains ;-) ? If this is correct, better performances will be a great consequence for Type Hinting, more people will be interested in by this feature, as we have with AsyncIO (BTW, I'm working to publish benchmarks on this, I'll publish that on AsyncIO ML). Regards. -- Ludovic Gasc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20141221/cb43f808/attachment.html>
- Previous message: [Python-ideas] Line-by-line profiling
- Next message: [Python-ideas] Type Hinting - Performance booster ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list