Live data from Hacker News

A Go string concatenation library that is more efficient than strings.Builder

github.com

1–3 of 3 posts

Re: A Go string concatenation library that is more efficient than strings.Builder

#3

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.