-
Notifications
You must be signed in to change notification settings - Fork 521
Avoid reflection in IStructuralReadWrite.Read #2669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I didn't realize |
Note, if the above TODO cannot be resolved, an alternative would be to cache |
Fixed potentially by #2677 |
Blocked waiting on bot test |
Bot test of #2677 showed no improvements. |
2 tasks
Using a codegen approach instead #2725 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: