Showing posts with label PYPY. Show all posts
Showing posts with label PYPY. Show all posts

Wednesday, 13 October 2021

Is PyPy Really Faster Than Python? Here Are 5 Benchmarks

HTTP, databases, algorithms, and more.

Good to see some benchmarks and get some data behind some assumptions I'm sure we have all been making.

Friday, 30 April 2021

Run Your Python Code as Fast as C by @mmsbrggr via @TDataScience

How you can supercharge the performance of your python code without changing a thing.

I really loved Marcel's explanation of how PyPy works and the difference in how various pieces of code run. It made it very clear to me.