index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
benchmark
/
regexp_dup.yml
blob: 52f89991cdf439f2aae4254f148c9170f22c367c (
plain
)
1
2
3
4
5
6
prelude: | str = "a" * 1000 re = Regexp.new(str) benchmark: dup: re.dup