зеркало из https://github.com/github/ruby.git
8 строки
116 B
YAML
8 строки
116 B
YAML
|
prelude: |
|
||
|
str = "a" * 1000
|
||
|
re = Regexp.new(str)
|
||
|
|
||
|
benchmark:
|
||
|
string: Regexp.new(str)
|
||
|
regexp: Regexp.new(re)
|