<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/benchmark/regexp_new.yml, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Optimize `Regexp#dup` and `Regexp.new(/RE/)`</title>
<updated>2023-06-09T11:22:30+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-06-09T07:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ab6eb3786c94e69c561080cbb796c2381702a3a4'/>
<id>ab6eb3786c94e69c561080cbb796c2381702a3a4</id>
<content type='text'>
When copying from another regexp, copy already built `regex_t` instead
of re-compiling its source.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When copying from another regexp, copy already built `regex_t` instead
of re-compiling its source.
</pre>
</div>
</content>
</entry>
</feed>
