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
Hello! Curious about the reasoning behind using optional + guard let to control creation of a new parser in Lazy versus just relying on a 'lazy var' do to the same. I measured the two approaches, and I did see the optional + guard win by a small amount (surprising to me). Are there advantages for doing it this way (apart from the slight perf increase)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Curious about the reasoning behind using optional + guard let to control creation of a new parser in Lazy versus just relying on a 'lazy var' do to the same. I measured the two approaches, and I did see the optional + guard win by a small amount (surprising to me). Are there advantages for doing it this way (apart from the slight perf increase)?
Beta Was this translation helpful? Give feedback.
All reactions