Skip to content

Investigate use of __slots__ #106

Description

@chrisimcevoy

Users could potentially be working with a large number of instances of our classes.

We should investigate the potential of using __slots__ for benefits like:

  • memory savings
  • faster attribute access
  • side-benefit: another layer of "immutability"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions