I was doing some binary analysis, and noticed that on linux/amd64, the github.com/goccy/go-json/internal/encoder/vm_indent.Run function alone is 128,213 bytes in size, by far the largest function in any of our dependencies. This is a pretty big function for indentation for an indirect dependency.
It would be nice to trim down the weight of goccy, if possible.
I was doing some binary analysis, and noticed that on linux/amd64, the
github.com/goccy/go-json/internal/encoder/vm_indent.Run
function alone is 128,213 bytes in size, by far the largest function in any of our dependencies. This is a pretty big function for indentation for an indirect dependency.It would be nice to trim down the weight of goccy, if possible.