-
Notifications
You must be signed in to change notification settings - Fork 610
Closed
Description
That is, fix this TODO:
SpacetimeDB/crates/bindings-csharp/BSATN.Runtime/BSATN/Runtime.cs
Lines 14 to 16 in 59faab8
// 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.

Metadata
Metadata
Assignees
Labels
No labels