Sha256: ae6c110ce3e0febc6bf315f73ac6789902c008fb1de9997aa5901034e58000c2

Contents?: true

Size: 69 Bytes

Versions: 69

Compression:

Stored size: 69 Bytes

Contents

a = []

1000.times do |i|
  a << [i]
end

1000.times do
  a.join
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
opal-1.8.3.rc1 benchmark/bm_array_join_ary.rb
opal-1.8.2 benchmark/bm_array_join_ary.rb
opal-1.8.1 benchmark/bm_array_join_ary.rb
opal-1.8.0 benchmark/bm_array_join_ary.rb
opal-1.8.0.beta1 benchmark/bm_array_join_ary.rb
opal-1.7.4 benchmark/bm_array_join_ary.rb
opal-1.8.0.alpha1 benchmark/bm_array_join_ary.rb
opal-1.7.3 benchmark/bm_array_join_ary.rb
opal-1.7.2 benchmark/bm_array_join_ary.rb
opal-1.7.1 benchmark/bm_array_join_ary.rb
opal-1.7.0 benchmark/bm_array_join_ary.rb
opal-1.7.0.rc1 benchmark/bm_array_join_ary.rb
opal-1.6.1 benchmark/bm_array_join_ary.rb
opal-1.6.0 benchmark/bm_array_join_ary.rb
opal-1.6.0.rc1 benchmark/bm_array_join_ary.rb
opal-1.6.0.alpha1 benchmark/bm_array_join_ary.rb
opal-1.5.1 benchmark/bm_array_join_ary.rb
opal-1.5.0 benchmark/bm_array_join_ary.rb
opal-1.5.0.rc1 benchmark/bm_array_join_ary.rb
opal-1.4.1 benchmark/bm_array_join_ary.rb