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
Value and DerivedValue only work well for small lists, but aren't efficient enough in other cases. We should have ListValue/MapValue/SetValue which allow observing the container for individual changes.
Based on that we can introduce map/where operations that efficiently construct e.g. a derived ListValue (like with DerivedValue).
The text was updated successfully, but these errors were encountered:
Value and DerivedValue only work well for small lists, but aren't efficient enough in other cases. We should have ListValue/MapValue/SetValue which allow observing the container for individual changes.
Based on that we can introduce map/where operations that efficiently construct e.g. a derived ListValue (like with DerivedValue).
The text was updated successfully, but these errors were encountered: