benchmark: hash_aref_fix: | h = {} nums = (1..26).to_a nums.each { |i| h[i] = i } 200_000.times { nums.each { |s| h[s] } } loop_count: 1