Sha256: 14e14de166f285b5c4bfb9f57ba8faa7eb5e41a3eefffd93d3ddae5229760c9c

Contents?: true

Size: 115 Bytes

Versions: 70

Compression:

Stored size: 115 Bytes

Contents

h = {}
a = []

10_000.times do |i|
  a[i] = Object.new
  h[a[i]] = nil
end

1_000.times do |i|
  h.fetch(a[i])
end

Version data entries

70 entries across 70 versions & 2 rubygems

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