Commit Graph

1 Commits (ba8c6d0775109b967bd08a6e12502b51be0f8acc)

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