Skip to content

[FEATURE] Use classes instead of Records for efficiency #1769

@josxha

Description

@josxha

The research in #1750 (comment) and #1750 (comment) points out the reasons to avoid records.
Records have no advantage on memory consumtion while they require about double the time to be initialized.

As a consequence we should remove records from the package and use immutable classes in favour of it.

Metadata

Metadata

Assignees

Labels

P: 3 (low)(Default priority for feature requests)feature[DEPRECATED] This issue requests a new feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions