1 2 3 4
h = {} nums = (1..26).to_a nums.each { |i| h[i] = i } 200_000.times { nums.each { |s| h[s] } }