[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / hash_small4.rb
blobacd4084334777f71423b6f86c91181b62751d223
1 1000000.times.map{|i| a={}; 4.times{|j| a[j]=j}; a}