repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
StringIO#each_byte now checks the current position against the length of the containe...
[rbx.git]
/
benchmark
/
yarv
/
bm_app_strconcat.rb
blob
c6ef8172637b5ba294c7beed6ef7a76b07dc4040
1
i=0
2
while i<500000
3
"#{1+1} #{1+1} #{1+1}"
4
i+=1
5
end