Closed Jarema closed 7 months ago
String might have potentially bad performance and a lot of allocations. Check if there is a more efficient way to have non mutable data as a subject - for example a custom Subject type that wrapps Data with utility methods.
Subject
Data
Subject is a string. closing.
String might have potentially bad performance and a lot of allocations. Check if there is a more efficient way to have non mutable data as a subject - for example a custom
Subject
type that wrappsData
with utility methods.