Commit Graph

1 Commits (d9fd5db1e117ebfd089a1065c6124defc2800d6d)

Author SHA1 Message Date
Brad Fitzpatrick 3f4a567032 types/strbuilder: add a variant of strings.Builder that uses sync.Pool
... and thus does not need to worry about when it escapes into
unprovable fmt interface{} land.

Also, add some convenience methods for efficiently writing integers.
6 years ago