diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-26 05:10:56 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-26 05:10:56 +0000 |
| commit | 8d501ec021010dbfdd29d92155bebd82960ad1f1 (patch) | |
| tree | 1a7044299593ff78a053b592f94904b1f1cba4d5 /ChangeLog | |
| parent | 3973cc582011d2fc38802a311ee537d8d0faa1d7 (diff) | |
string.c: fast path of lstrip_offset
* string.c (lstrip_offset): add a fast path in the case of single
byte optimizable strings, as well as rstrip_offset.
[ruby-core:77392] [Feature #12788]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Sep 26 14:10:54 2016 Ary Borenszweig <ary@esperanto.org.ar> + + * string.c (lstrip_offset): add a fast path in the case of single + byte optimizable strings, as well as rstrip_offset. + [ruby-core:77392] [Feature #12788] + Mon Sep 26 12:00:12 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> * gems/bundled_gems: update to minitest-5.9.1. |
