hatchet
hatchet copied to clipboard
refactor: reduce usage of `json.Marshal` and consider alternatives
We marshal to/from a bunch of types during the lifecycle of a step run. We should cache the raw JSON bytes and converted objects, wherever possible, and consider an alternative like go-json to speed up decoding.
Hey @abelanger5 if this is open can i take this one up?