Performance tweak.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18984 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-03-31 11:15:51 +00:00
parent a207d98243
commit 13be43d1b3

View file

@ -2,6 +2,10 @@
* Source/NSKeyedArchiver.m: Encode archive version as a number rather
than a string.
* Source/NSString.m: ([-hash]) include the string length in the hash.
* Source/GSString.m: ditto
Disambiguates long strings with a common prefix (unless they are all
the same length).
2004-03-30 Willem Rein Oudshoorn <Wim.Oudshoorn@agilisys.com>