From c8f6cd488cea83a2db6b8e0042043a1d1c6447af Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2007 18:00:50 +0000 Subject: * string.c (str_nth): direct jump if string is 7bit only. great performance boost for worst case. * string.c (str_strlen): direct size if string is 7bit only. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 18f6a2cb2..2515d638a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Dec 14 02:55:41 2007 Yukihiro Matsumoto + + * string.c (str_nth): direct jump if string is 7bit only. great + performance boost for worst case. + + * string.c (str_strlen): direct size if string is 7bit only. + Fri Dec 14 02:29:32 2007 Yukihiro Matsumoto * encoding.c (rb_enc_compatible): 1st argument (typically the -- cgit