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 primarily rely on class instance serialization/deserialization. In many cases this is the best approach, but it is fee inefficient. This issue will enhance classes to use a star structure for class storage where the mutable properties are individually stored to reduce update costs.
The text was updated successfully, but these errors were encountered:
Currently, we primarily rely on class instance serialization/deserialization. In many cases this is the best approach, but it is fee inefficient. This issue will enhance classes to use a star structure for class storage where the mutable properties are individually stored to reduce update costs.
The text was updated successfully, but these errors were encountered: