summaryrefslogtreecommitdiff
path: root/encode_string.go
AgeCommit message (Collapse)Author
2023-02-16Move string-encoding to an internal/jsonstring packageLuke Shumaker
2023-02-10tree-wide: Audit panic error messagesLuke Shumaker
These shouldn't happen, but if they do, then let's make it easier to debug.
2023-02-10Use go:linkname instead of the awful internal/jsontest packageLuke Shumaker
2023-02-07internal: Split in to sub-packagesLuke Shumaker
2023-01-30encode: Don't use panic for flow-controlLuke Shumaker
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.
2023-01-29Move things between filesLuke Shumaker