YoVDO

The Joy of PyPy JIT - Abstractions for Free

Offered By: EuroPython Conference via YouTube

Tags

EuroPython Courses Cython Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the power of PyPy JIT in this 59-minute conference talk from EuroPython 2017. Discover how PyPy JIT technology enhances Python program performance while allowing developers to write better code without sacrificing speed. Learn about the importance of abstractions in complex software systems and how PyPy JIT naturally removes the cost associated with most abstraction layers. Examine real-life examples demonstrating PyPy JIT's capabilities and limitations, and compare its optimization techniques to other popular systems like Cython. Gain insights into PyPy JIT's inner workings, including loops, guards, bridges, inlining, and class optimizations. Delve into practical demonstrations using the Sobel filter algorithm to illustrate the benefits of PyPy JIT in maintaining code quality and performance.

Syllabus

Intro
About me
General question
The joy of PyPy
Good code
Abstractions
Example: Sabel filter
Image
Version 2
Version 3
Version 4
Version 5
The cost of abstraction
PyPy JIT 101
Loops and guards
Bridges (1)
Bridges (2)
Inlining
Classes
More PyPy at EuroPython


Taught by

EuroPython Conference

Related Courses

Faster pandas
LinkedIn Learning
Faster Python Code
LinkedIn Learning
Cython Tutorial - Bridging Between Python and C-C++ for Performance Gains
sentdex via YouTube
Cython 3 - Python at the Speed of C
EuroPython Conference via YouTube
Extending Cython with GIL-Free Types
EuroPython Conference via YouTube