mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +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
4000deabd8
commit
593b9dc6b5
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>
|
Tue May 18 9:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||||
|
|
||||||
* Source/NSRunLoop.m: ([-acceptInputForMode:beforeDate:]) check that
|
* Source/NSRunLoop.m: ([-acceptInputForMode:beforeDate:]) check that
|
||||||
|
|
|
@ -232,7 +232,6 @@ enum {
|
||||||
|
|
||||||
// for methods working with decomposed strings
|
// for methods working with decomposed strings
|
||||||
- (int) _baseLength;
|
- (int) _baseLength;
|
||||||
- (NSString*) _normalizedString;
|
|
||||||
|
|
||||||
#ifndef STRICT_OPENSTEP
|
#ifndef STRICT_OPENSTEP
|
||||||
+ (NSString*) pathWithComponents: (NSArray*)components;
|
+ (NSString*) pathWithComponents: (NSArray*)components;
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
#include <base/IndexedCollectionPrivate.h>
|
#include <base/IndexedCollectionPrivate.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
#include <base/behavior.h>
|
#include <base/behavior.h>
|
||||||
#include <base/NSGSequence.h>
|
|
||||||
/* memcpy(), strlen(), strcmp() are gcc builtin's */
|
/* memcpy(), strlen(), strcmp() are gcc builtin's */
|
||||||
|
|
||||||
#include <base/fast.x>
|
#include <base/fast.x>
|
||||||
|
|
1601
Source/NSString.m
1601
Source/NSString.m
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue