Skip to content
Snippets Groups Projects
Unverified Commit aec294ee authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Use slots in attrs classes where possible (#8296)

slots use less memory (and attribute access is faster) while slightly
limiting the flexibility of the class attributes. This focuses on objects
which are instantiated "often" and for short periods of time.
parent d2a3eb04
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 48 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment