Performance

Python

Understanding Attributes, Dicts and Slots in Python

Python classes can have arbitrary attributes. How are they stored and how do they impact performance?

Read