Skip to content

Commit c778665

Browse files
committed
Add link to benchmark PR in README
As suggested by @deniskorobicyn, adding a link from the `README.md` to the PR, which has more information on performance characteristics.
1 parent 9be00e7 commit c778665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@ Comparison:
384384

385385
##### `Array#new` vs `Fixnum#times + map` [code](code/array/array-new-vs-fixnum-times-map.rb)
386386

387+
Typical slowdown is 40-60% depending on the size of the array. See the corresponding [pull request](pull/91) for
388+
performance characteristics.
389+
387390
```
388391
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
389392
Calculating -------------------------------------

0 commit comments

Comments
 (0)