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.
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.