summaryrefslogtreecommitdiff
path: root/benchmark/string_rpartition.yml
AgeCommit message (Collapse)Author
2023-07-09Make `rb_str_rindex` return byte indexNobuyoshi Nakada
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. Notes: Merged: https://github.com/ruby/ruby/pull/8047