<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/benchmark/string_scrub.yml, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Improve performance of `String#scrub` by skipping ASCII runs with `search_nonascii` (#16359)</title>
<updated>2026-05-26T04:52:41+00:00</updated>
<author>
<name>FletcherDares</name>
<email>52580867+FletcherDares@users.noreply.github.com</email>
</author>
<published>2026-05-26T04:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=effac0a4856d857f26a9eee867c6f639453d0c57'/>
<id>effac0a4856d857f26a9eee867c6f639453d0c57</id>
<content type='text'>
Improve performance of String#scrub by skipping ascii characters after finding a multi byte character using search_nonascii. Create benchmark for String#scrub to show performance difference made by including the new ascii skips.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve performance of String#scrub by skipping ascii characters after finding a multi byte character using search_nonascii. Create benchmark for String#scrub to show performance difference made by including the new ascii skips.</pre>
</div>
</content>
</entry>
</feed>
