Hacker News new | ask | show | jobs
A Go string concatenation library that is more efficient than strings.Builder (github.com)
1 points by theThree 409 days ago
1 comments

This would be better with an explanation of how its faster than the standard package, and what tradeoffs exist. With that info, you're prepared to make decisions. Without it, this is a curiosity.
Will do that. Thank you.