Skip to content

1.1

Compare
Choose a tag to compare
@ugorji ugorji released this 21 Jan 14:17
· 790 commits to master since this release

This is a production release of go-codec.

It includes much more tests (with coverage > 90%), bug fixes, and exceptional performance improvements.

Out of the box, you get performance that rivals code generation. codecgen only gives 20-50% performance improvement, not the 2X-5X performance improvements it gave before.

This should fulfill the commitment made in #113 to give better confidence in using master.

This package is very feature-rich, seamlessly supports multiple formats and is highly performant compared to the competition. Please see https://github.com/ugorji/go-codec-bench for details on performance comparison vs other libraries.