aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_bighash.rb
blob: e2ad5a5c948b8e96b9bd94e0e03485a8fbf7019d (plain)
1
h = {}; 5000000.times {|n| h[n] = n }