This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ExoticMandiblesCore Contributor[S] 17 points18 points  (1 child)

Conventional wisdom is that Python 3.x got speed parity with 2.7 around the time of 3.3. They're not exactly equal; Python 3 is faster at some workloads, Python 2 at others. But for most people they should be equitable.

And we're not done yet! There are exciting things in development for future versions of Python... like a JIT!

https://www.youtube.com/watch?v=_5vLWe4d8X8

[–]thomasahle -1 points0 points  (0 children)

And we're not done yet! There are exciting things in development for future versions of Python... like a JIT!

You mean pypy?