flavray / fosdem-python-data-structures

FOSDEM 2017 - Python Data Structures implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Data Structures implementation

FOSDEM 2017 presentation. Link here

list, dict: how does CPython implement them?

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).

About

FOSDEM 2017 - Python Data Structures implementation


Languages

Language:Python 100.0%