Hacker News new | ask | show | jobs
by cplli 1614 days ago
All that aside, some of the Go code here is not optimal or “standard”. Take the first example, it uses appending instead of using the more performant strings.Builder.