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 9be00e7 commit bdfed07Copy full SHA for bdfed07
README.md
@@ -384,6 +384,9 @@ Comparison:
384
385
##### `Array#new` vs `Fixnum#times + map` [code](code/array/array-new-vs-fixnum-times-map.rb)
386
387
+Typical slowdown is 40-60% depending on the size of the array. See the corresponding
388
+[pull request](https://github.com/JuanitoFatas/fast-ruby/pull/91/) for performance characteristics.
389
+
390
```
391
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
392
Calculating -------------------------------------
0 commit comments