We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7797b38 commit b9abe22Copy full SHA for b9abe22
README.md
@@ -1083,7 +1083,7 @@ Comparison:
1083
block.call: 1967300.9 i/s - 5.30x slower
1084
```
1085
1086
-MRI Ruby 2.5 implements [Lazy Proc allocation for block parameters](https://bugs.ruby-lang.org/issues/14045):
+MRI Ruby 2.5 implements [Lazy Proc allocation for block parameters](https://bugs.ruby-lang.org/issues/14045), which speeds things up by about 3x.:
1087
1088
1089
$ ruby -v code/proc-and-block/proc-call-vs-yield.rb
0 commit comments