Python 3.13 Gets a JIT
tonybaloney.github.io
Python 3.13 Gets a JIT
1–10 of 553 posts
Re: Python 3.13 Gets a JIT
#2Re: Python 3.13 Gets a JIT
#3> The initial benchmarks show something of a 2-9% performance improvement.
> I think that whilst the first version of this JIT isn’t going to seriously dent any benchmarks (yet), it opens the door to some huge optimizations and not just ones that benefit the toy benchmark programs in the standard benchmark suite.
Re: Python 3.13 Gets a JIT
#4Indeed, reading the blog post build much higher expectations
Re: Python 3.13 Gets a JIT
#5> The initial benchmarks show something of a 2-9% performance improvement.
Which is underwhelming (as mentioned in the article), especially if we look at PyPy[0]. But it's a step forward nonetheless.
Re: Python 3.13 Gets a JIT
#6Re: Python 3.13 Gets a JIT
#7I always wondered how Python can be one of the world's most popular languages without anyone (company) stepping up and make the runtime as fast as modern JavaScript runtimes.
Re: Python 3.13 Gets a JIT
#8I always wondered how Python can be one of the world's most popular languages without anyone (company) stepping up and make the runtime as fast as modern JavaScript runtimes.
Re: Python 3.13 Gets a JIT
#9If the further optimizations that this change allows, as explained at the end of this post, are covered as well as this one, it promises to be a very interesting series of blog posts.
Re: Python 3.13 Gets a JIT
#10I always wondered how Python can be one of the world's most popular languages without anyone (company) stepping up and make the runtime as fast as modern JavaScript runtimes.