From 5e9a6183afc43302b05216659df1ff2efdc138d4 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Thu, 1 Oct 1998 05:26:17 +0000 Subject: [PATCH] Speed dictionary lookups git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3004 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62e618c6a..34a2f9f7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 30 7:00:00 1998 Richard Frith-Macdonald + + Changes to slightly more than double the speed of dictionary + lookups for string keys. + * src/NSGString: Added efficient -isEqual and -isEqualToString + * src/NSGCString: Speeded up -isEqual and -isEqualToString + Thu Sep 30 4:40:00 1998 Richard Frith-Macdonald * src/NSAutoreleasePool: Added NSLog to ([+addObject:]) to warn when