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
Consensus is already tail recursive; however, the Scala compiler isn't smart enough to know it. If we replace the various flatMap calls with match expressions, the Scala compiler will recognize the function as tail-call optimizable.
The text was updated successfully, but these errors were encountered:
Consensus is already tail recursive; however, the Scala compiler isn't smart enough to know it. If we replace the various
flatMap
calls withmatch
expressions, the Scala compiler will recognize the function as tail-call optimizable.The text was updated successfully, but these errors were encountered: