Skip to content

Use Stringbuilder in Concat function and test performance #79

@thygesteffensen

Description

@thygesteffensen

Not needed to fix, but small performance increate using a string builder to append x strings, otherwise you will allokate so0 = s0+s1, then so1 = so0 + s2, so2 = so1 +s3 ect.

can be optimized later (would be cool to have some performance tests/messures) fore optimizing things.

Originally posted by @pksorensen in #75 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions