Article on the future of Python
Paul Rubin
no.email at nospam.invalid
Wed Sep 26 12:52:43 EDT 2012
More information about the Python-list mailing list
Wed Sep 26 12:52:43 EDT 2012
- Previous message (by thread): Article on the future of Python
- Next message (by thread): Article on the future of Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Chris Angelico <rosuav at gmail.com> writes: > When you compare against a wide build, semantics of 3.2 and 3.3 are > identical, and then - and ONLY then - can you sanely compare > performance. And 3.3 stacks up much better. I like to have seen real world benchmarks against a pure UTF-8 implementation. That means O(n) access to the n'th character of a string which could theoretically slow some programs down terribly, but I wonder how often that actually matters in ways that can't easily be worked around.
- Previous message (by thread): Article on the future of Python
- Next message (by thread): Article on the future of Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list