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
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
..
empty types/empty: add Message, stop using mysterious *struct{} 4 years ago
key wgengine: don't allocate so much in userspaceEngine.getStatus 4 years ago
logger log rate limiting: reformat limiter messages, and use nonempty burst size. 4 years ago
opt types/opt: add opt package for a new opt.Bool JSON type 4 years ago
strbuilder types/strbuilder: add a variant of strings.Builder that uses sync.Pool 4 years ago
structs types/structs: add structs.Incomparable annotation, use it where applicable 4 years ago