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
Currently we're using the standard JSON.stringify method to write messages. However, if the message shape is known in advance, we can potentially stringify it way faster. To support this, custom serializers are proposed.
Done criteria
TBD
Notes
If this change turns out to be valuable, the same could be done for deserializing.
The text was updated successfully, but these errors were encountered:
Background
Currently we're using the standard JSON.stringify method to write messages. However, if the message shape is known in advance, we can potentially stringify it way faster. To support this, custom serializers are proposed.
Done criteria
TBD
Notes
The text was updated successfully, but these errors were encountered: