[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / bighash.rb
blobe2ad5a5c948b8e96b9bd94e0e03485a8fbf7019d
1 h = {}; 5000000.times {|n| h[n] = n }