Treffer: Python Data Structures implementation: list, dict: how does CPython actually implement them?
Title:
Python Data Structures implementation: list, dict: how does CPython actually implement them?
Authors:
Contributors:
Kompetenzzentrum für nicht-textuelle Materialien
Publisher Information:
FOSDEM VZW
Publication Year:
2018
Subject Terms:
Document Type:
course material<br />moving image (video)
Language:
English
Relation:
Availability:
Accession Number:
edsbas.4C01093D
Database:
BASE
Weitere Informationen
(en)When writing Python code, you might find yourself using lists and dictionariespretty often. But do you really know how they work? Fortunately, theirimplementation as well as their history are (really) well documented. In thispresentation, we will dive into CPython 3.6 internals, explain how these datastructures have been designed, how they behave (and why).