v1.2.3
版本发布时间: 2021-01-10 12:56:06
ugorji/go最新发布版本:v1.2.11(2023-03-09 00:29:02)
This is a production release of go-codec.
This optimizes decoding for zero-copy mode when decoding from a string or []byte.
With this mode, we see 50% reduction in allocation in both codecgen and normal execution, and this gives performance better than other libraries (easyjson, json-iterator, etc) while providing much more features and supported formats (json, cbor, msgpack, simple, etc).