iirc, amino's JSON marshaller is a bit slower than the stdlib's marshaller. We should switch to something like gojay: https://github.com/francoispqt/gojay, which provides faster / more memory efficient JSON marshalling.
Originally posted by @ValarDragon in #2848