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