Closed
Description
Enhancement request: Add a __slots__
attribute to arcade.View
What should be added/changed?
As talked about in Discord, a __slots__
attribute could be added to arcade.View
.
What would it help with?
This will make it easier to specify which attributes belong to a class and should also improve memory performance.