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
// TODO: use `RuntimeHelpers.GetUninitializedObject` as an optimisation here.
// We tried but couldn't do this because BitCraft relies on being able
// to add and initialize custom fields on autogenerated classes.
Currently each row object is instantiated using reflection during deserialization which represents a significant portion of the total cost as the following profile snippet demonstrates.
The text was updated successfully, but these errors were encountered:
That is, fix this TODO:
SpacetimeDB/crates/bindings-csharp/BSATN.Runtime/BSATN/Runtime.cs
Lines 14 to 16 in 59faab8
Currently each row object is instantiated using reflection during deserialization which represents a significant portion of the total cost as the following profile snippet demonstrates.
The text was updated successfully, but these errors were encountered: