Benchmark String Concatenation #61
switchupcb
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Go performance benchmarks surrounding string concatenation indicate that performance gains can be made when string concatenation involving variable strings (e.g., function parameters) are used with the plus (
+
) operator.disgo
performs string allocation heavily inendpoints.go
.It would be awesome if someone benchmarked various string concatenation methods to determine the most performant implementation of string concatenation for
endpoints.go
functions. This implementation will be used to generateendpoints.go
functions.Beta Was this translation helpful? Give feedback.
All reactions