ruby--ruby/benchmark/hash_ident_str.rb

5 lines
118 B
Ruby

h = {}.compare_by_identity
strs = ('a'..'z').to_a
strs.each { |s| h[s] = s }
200_000.times { strs.each { |s| h[s] } }