mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Optimisation of dictionary lookups of strings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1b0bf3c664
commit
078c123074
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
Sat Oct 6 16:45:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* src/FastMap.x: New map table for dictionaries.
|
||||
* src/include/fast.x: New stuff for avoiding objc message overheads.
|
||||
* src/NSGCString.m: Hashing and comparison performance improvments
|
||||
* src NSGDictionary.m: Optimisation
|
||||
* src NSGString.m: Optimisation
|
||||
* src/NSObject.m: Optimisation
|
||||
* src/NSString.m: Optimisation
|
||||
|
||||
Sat Oct 3 23:00:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* src/NSString.m: Moved NXConstantString stuff out to NSGCString.m
|
||||
|
|
Loading…
Reference in a new issue