<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/benchmark/string_rpartition.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>Make `rb_str_rindex` return byte index</title>
<updated>2023-07-09T07:39:28+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-09T07:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5e79d5a5608f9018a3deab53df9b2d7f42c9c464'/>
<id>5e79d5a5608f9018a3deab53df9b2d7f42c9c464</id>
<content type='text'>
Leave callers to convert byte index to char index, as well as
`rb_str_index`, so that `rb_str_rpartition` does not need to
re-convert char index to byte index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leave callers to convert byte index to char index, as well as
`rb_str_index`, so that `rb_str_rpartition` does not need to
re-convert char index to byte index.
</pre>
</div>
</content>
</entry>
</feed>
