mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
More performance work
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3012 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f1b6e455d
commit
a2448a9423
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
Thu Sep 30 17:45:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
More performance work - huge improvement in dictionary lookup and
|
||||
perhaps 15 percent improvement elsewhere.
|
||||
* src/NSString.m: ([-hash]) changed hash generation to produce a
|
||||
more evenly distributed value so that dictionary lookup works
|
||||
better for large dictionaries full of similar keys.
|
||||
* src/NSDictionary.m: ([+dictionaryWithObjectsAndKeys:,...]) fixed
|
||||
memory leak.
|
||||
* src/include/NSGDictionary.h: Removed - not needed.
|
||||
* src/NSGDictionary.m.old: Backup added.
|
||||
* src/NSGDictionary.m: Complete rewrite.
|
||||
* src/FastMap.x: New map table stuff for NSGDictionary.
|
||||
|
||||
Thu Sep 30 7:00:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
Changes to slightly more than double the speed of dictionary
|
||||
|
|
Loading…
Reference in a new issue