Skip to content

v1.2.7

Compare
Choose a tag to compare
@francoispqt francoispqt released this 20 Dec 09:36
· 42 commits to master since this release
f2cc13a
  • Optimise encoding buffer creation to only create a new buffer when usin Marshal as Decode api writes directly to the io.Writer. Doing this, using the Decode leads to less allocation.