bm_app_strconcat.rb   [plain text]


i = 0
while i<2_000_000
  "#{1+1} #{1+1} #{1+1}"
  i += 1
end