Closed casperisfine closed 3 weeks ago
Given we expect these to almost always be null, we might as well keep them in RString.
And even when provided, assuming we're passed frozen strings we'll save on copying them.
This also reduce the size of the struct from 112B to 72B.
Given we expect these to almost always be null, we might as well keep them in RString.
And even when provided, assuming we're passed frozen strings we'll save on copying them.
This also reduce the size of the struct from 112B to 72B.