Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmarking of ways to concatenate strings. #3787

Merged
merged 1 commit into from
Mar 12, 2023

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Mar 11, 2023

Upshot: when you are doing a straight-up concatenation, concat(a, b) is about 2x faster than format("{}{}", a, b).

Upshot: when you are doing a straight-up concatenation, `concat(a, b)`
is about 2x faster than `format("{}{}", a, b)`.
@lgritz lgritz merged commit 34f01aa into AcademySoftwareFoundation:master Mar 12, 2023
@lgritz lgritz deleted the lg-concat branch March 12, 2023 18:10
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.

None yet

1 participant