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

1 theThree 2 5/10/2025, 11:17:21 AM github.com ↗

Comments (2)

bediger4000 · 32d ago
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.
theThree · 32d ago
Will do that. Thank you.