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
Computed mappings have several draw backs, including mainly the use of proxy references. We could introduce a mapping that provides storage again for computed values and acts a cache to the computed values, storing them on construction/first retrieval etc. Such a caching mapping could return l-value references again.
The text was updated successfully, but these errors were encountered:
Computed mappings have several draw backs, including mainly the use of proxy references. We could introduce a mapping that provides storage again for computed values and acts a cache to the computed values, storing them on construction/first retrieval etc. Such a caching mapping could return l-value references again.
The text was updated successfully, but these errors were encountered: