mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
String performance optimisation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4268 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
33a185f908
commit
67a1417d3c
4 changed files with 815 additions and 797 deletions
|
@ -1,3 +1,12 @@
|
|||
Wed May 19 21:25:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/GSeq.h: New file to replace NSGSequence stuff
|
||||
* Source/NSString.m: Rewrite all methods using sequences.
|
||||
* Source/NSGString.m: Remove reference to NSGSequence.
|
||||
* Source/include/NSString.h: Remove unused method (_normalize).
|
||||
* Source/NSGSequence.m: Removed
|
||||
* Source/include/NSGSequence.h: Removed
|
||||
|
||||
Tue May 18 9:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSRunLoop.m: ([-acceptInputForMode:beforeDate:]) check that
|
||||
|
|
|
@ -232,7 +232,6 @@ enum {
|
|||
|
||||
// for methods working with decomposed strings
|
||||
- (int) _baseLength;
|
||||
- (NSString*) _normalizedString;
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
+ (NSString*) pathWithComponents: (NSArray*)components;
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
#include <base/IndexedCollectionPrivate.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <base/behavior.h>
|
||||
#include <base/NSGSequence.h>
|
||||
/* memcpy(), strlen(), strcmp() are gcc builtin's */
|
||||
|
||||
#include <base/fast.x>
|
||||
|
|
1601
Source/NSString.m
1601
Source/NSString.m
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue