You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you are right. Layout optimization is currently disabled because I ran into problems with TypeLoadException. It's still on my radar but I have to find the time to do it.
internally uses
but a more space-efficient structure can be used instead:
with the use of
Unsafe.BitCast<TFrom,TTo>
/Unsafe.As<TFrom,TTo>
for access.Reference types can use a single
object
.The text was updated successfully, but these errors were encountered: