Commit Graph

1 Commits (a7562be5e1e2c64e29cbfdb99ff9ee1cffdd52a1)

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.
5 years ago