Open
Description
Feature request
It would be fairly simple to add the __slots__
variable to most of or all the classes.
reasons to add __slots__
- reduces memory footprint of classes (biggest advantage imo)
- they are slightly faster
- helps with IDE type checkers
If you accept this idea, I can do it for you and make a pull request with the changes made.
Activity