Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

String.Join optimization for single item lists#354

Merged
AlexGhiondea merged 1 commit into
dotnet:masterfrom
bbowyersmyth:StringJoin
Nov 21, 2015
Merged

String.Join optimization for single item lists#354
AlexGhiondea merged 1 commit into
dotnet:masterfrom
bbowyersmyth:StringJoin

Conversation

@bbowyersmyth
Copy link
Copy Markdown
Contributor

Port dotnet/coreclr#1460 to CoreRT.

Unlike CoreClr, CoreRT uses the StringBuilderCache in Join(String, String[], int, int) so there was only 1 change to bring over there.

@dnfclas
Copy link
Copy Markdown

dnfclas commented Nov 21, 2015

Hi @bbowyersmyth, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@jkotas
Copy link
Copy Markdown
Member

jkotas commented Nov 21, 2015

LGTM
cc @AlexGhiondea

@AlexGhiondea
Copy link
Copy Markdown
Contributor

LGTM!

AlexGhiondea added a commit that referenced this pull request Nov 21, 2015
String.Join optimization for single item lists
@AlexGhiondea AlexGhiondea merged commit a2dd1e9 into dotnet:master Nov 21, 2015
@bbowyersmyth bbowyersmyth deleted the StringJoin branch November 21, 2015 01:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants