v1.2.7
- Optimise encoding buffer creation to only create a new buffer when usin
Marshal
asDecode
api writes directly to the io.Writer. Doing this, using theDecode
leads to less allocation.
Marshal
as Decode
api writes directly to the io.Writer. Doing this, using the Decode
leads to less allocation.