The Joy of PyPy JIT - Abstractions for Free
Offered By: EuroPython Conference via YouTube
Course Description
Overview
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
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube