Skip to content

Performance improvement with NSMutableString #3

@JohnEstropia

Description

@JohnEstropia

You have an interesting library here. I think you can improve memory usage and performance by implementing categories on both NSString and NSMutableString. On the NSString category return [self mutableCopy], then on NSMutableString one call [self appendString:<letter>] and return self.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions