Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists doing amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs of the community by hearing from the leaders. And if you've been Pythoning for years, you'll learn about your favorite packages and the hot new ones coming out of open source.

#347: Cinder - Specialized Python that Flies

January 08, 2022 01:11:04 38.67 MB Downloads: 0
The team at Instagram dropped a performance bomb on the Python world when they open-sourced Cider, their performance oriented fork of CPython. It contains a number of performance optimizations, including bytecode inline caching, eager evaluation of coroutines, a method-at-a-time JIT, and an experimental bytecode compiler that uses type annotations to emit type-specialized bytecode that performs better in the JIT.

While it's not a general purpose runtime we can all pick up and use, it contains many powerful features and optimizations that may make their way back to mainline Python.

We welcome Dino Viehland to dive into Cinder.

Links from the show

Dino on Twitter: @DinoViehland
Cinder Python Runtime: github.com/facebookincubator
Dino's PyCon talk: youtube.com
IronPython: ironpython.net
Sam Gross's NoGil work: github.com/colesbury/nogil
Pyjion: trypyjion.com
uWSGI: uwsgi-docs.readthedocs.io
Configuring uWSGI at Bloomberg: techatbloomberg.com
Locust perf testing: locust.io
Watch this episode on YouTube: youtube.com
Episode transcripts: talkpython.fm

--- Stay in touch with us ---
Subscribe on YouTube: youtube.com
Follow Talk Python on Twitter: @talkpython
Follow Michael on Twitter: @mkennedy

Sponsors
Sentry Error Monitoring, Code TALKPYTHON
TopTal
AssemblyAI
Talk Python Training