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
{{ message }}
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.
We could replace all lazy vals with the cheapest version of https://github.com/runarorama/latr (@Lazify) by default. If the code is pure, re-evaluating a thunk twice is not a problem and the probability of that happening is minuscule anyway.
We could replace all
lazy val
s with the cheapest version of https://github.com/runarorama/latr (@Lazify) by default. If the code is pure, re-evaluating a thunk twice is not a problem and the probability of that happening is minuscule anyway.See https://docs.scala-lang.org/sips/improved-lazy-val-initialization.html for more background
The text was updated successfully, but these errors were encountered: