You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/types/strbuilder
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
..
strbuilder.go types/strbuilder: add a variant of strings.Builder that uses sync.Pool 4 years ago
strbuilder_test.go types/strbuilder: add a variant of strings.Builder that uses sync.Pool 4 years ago