Actions Panel
PyCon PL 2014 - Workshop. Python Memory Workshop
By PyConPL 2014
When and where
Date and time
Location
Description
Speakers: Tomasz Paczkowski, Piotr Przymus
Language: English
A short "hands on" workshop on Python memory management. This workshop will cover basics of CPython memory usage and show essential differences between cPython and other implementations. We will start with basics like objects and data structures representation. Then advanced memory management aspects, such as sharing, segmentation, preallocation or caching, will be discussed. Finally, memory profiling tools will be presented.