Releases: dchenk/msgp
Several efficiency improvements
Improved code generator and runtime library efficiency
Expect your generated code to change: the generator is smarter and outputs more efficient code.
Several efficiency improvements and renamed Writer.Buffered to Writer.OpenSpace
2.1.0 renamed variables for consistency and improved writing small integers
Removed bloat, improved efficiency
This major release has the functions msgp.ReadFile and msgp.WriteFile removed, since using msgp.Encode and msgp.Decode with files is trivial. There are also many improvements to encoding and decoding (especially with JSON) and two new usage examples.
Improved code generator and in-code documentation comments
1.2.2 fixed comments for golint
Several minor efficiency improvements
1.2.1 clarified rwExtension
Many significant performance and efficiency improvements
1.2.0 cleanups and test improvements
Improved efficiency and robustness
This release introduces several internal efficiency and robustness improvements and does not change exported APIs.
Various performance and documentation improvements
1.0.1 Various performance and documentation improvements
A highly-optimized code generator and runtime library
This stable release brings many reliability and efficiency improvements to the code generator and runtime library.
This release has only one breaking change from the pre-1.0 versions: in struct field tags, use msgp
instead of msg
to specify how to handle particular fields; this naming is consistent with the package name.