Completed
Reference Counting
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Performance - Past, Present and Future
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Optimization Projects
- 3 Starting from Scratch
- 4 Competition
- 5 Piston
- 6 PiPI
- 7 C Extension
- 8 Seitan
- 9 Optimizations
- 10 Summary
- 11 Python API
- 12 The early days of Python
- 13 What is a specialized list
- 14 Can we modify the Python and PI list objects
- 15 What are burl references
- 16 C API
- 17 C API troubles
- 18 Pi API
- 19 Reference Counting
- 20 User Issue
- 21 Reference Counting in Python
- 22 Python Interpreters
- 23 Multiple Interpreters
- 24 Sub Interpreter
- 25 Expectations
- 26 Conclusion
- 27 Questions