summaryrefslogtreecommitdiff
path: root/internal/allwriter.go
AgeCommit message (Collapse)Author
2023-01-30Avoid doing type switching in inner functionsLuke Shumaker
The CPU profiler tells me that the encoder is spending a lot of time on type switches.