DEBSOURCES
Skip Quicknav
sources / ruby3.3 / 3.3.8-2 / benchmark / hash_keys.rb
123456789
h = {} 10000.times do |i| h[i] = nil end 5000.times do h.keys end