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
There is a small performance penalty in Ruby for using &:shortcut
But does that really happen to you? I don't remember the details, but I believe the shortcut's performance has been optimized already. Here are some results of mine:
Yep, I think you right. I was just going directly off of the fast-ruby repo's Readme.md. In my case, the difference is within 2 %. so not worth mentioning anymore, probably.
Hello!
In Proc & Block section you've mentioned:
But does that really happen to you? I don't remember the details, but I believe the shortcut's performance has been optimized already. Here are some results of mine:
ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux-gnu]
The text was updated successfully, but these errors were encountered: