Join Slack
Communities
Powered by
Do not use `reduce(String::plus)` if you care abou...
# announcements
i
ilya.gorbunov
06/09/2017, 6:19 PM
Do not use
reduce(String::plus)
if you care about performance — it will cause a lot of string reallocations (on JVM)
Open in Slack
Previous
Next