1h = {}
2syms = ('a'..'z').map { |s| s.to_sym }
3syms.each { |s| h[s] = 1 }
4200_000.times { syms.each { |s| h[s] } }
5