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
Cache is used to improve performance and avoid service degradation.
This could lead to bad experience when the code is perfectly static but with mutating behaviour like DateTime.Now or rnd.NextDouble().
Ranking result mutability as part of caching would address this behaviour and still take advantage of perfectly stable code (stable includes code that won't compile).
The text was updated successfully, but these errors were encountered:
Cache is used to improve performance and avoid service degradation.
This could lead to bad experience when the code is perfectly static but with mutating behaviour like DateTime.Now or rnd.NextDouble().
Ranking result mutability as part of caching would address this behaviour and still take advantage of perfectly stable code (stable includes code that won't compile).
The text was updated successfully, but these errors were encountered: