Skip to content

flavray/fosdem-python-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages