Python Data Structures implementation
list, dict: how does CPython actually implement them?
- Track: Python devroom
- Room: UD2.120 (Chavanne)
- Day: Sunday
- Start: 12:30
- End: 13:00
When writing Python code, you might find yourself using lists and dictionaries pretty often. But do you really know how they work? Fortunately, their implementation as well as their history are (really) well documented. In this presentation, we will dive into CPython 3.6 internals, explain how these data structures have been designed, how they behave (and why).
Speakers
Flavien Raynaud |