Skip to content

Conversation

@dkuppitz
Copy link
Contributor

@dkuppitz dkuppitz commented Mar 7, 2013

Replaced the usage of all those

str += string.Format(...);

with much faster StringBuilder. Additionally simplified the creation of query strings.

dkuppitz added 2 commits March 7, 2013 12:46
StringBuilder is much faster than all those 'str += "foo"'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant