Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Releases: dchenk/msgp

Several efficiency improvements

20 May 18:20
Compare
Choose a tag to compare
2.2.1

Several efficiency improvements

Improved code generator and runtime library efficiency

09 May 02:01
Compare
Choose a tag to compare

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

26 Apr 01:36
Compare
Choose a tag to compare
2.1.0

renamed variables for consistency and improved writing small integers

Removed bloat, improved efficiency

20 Apr 21:07
Compare
Choose a tag to compare

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

18 Apr 18:20
Compare
Choose a tag to compare

Several minor efficiency improvements

18 Apr 01:33
Compare
Choose a tag to compare
1.2.1

clarified rwExtension

Many significant performance and efficiency improvements

16 Apr 00:34
Compare
Choose a tag to compare
1.2.0

cleanups and test improvements

Improved efficiency and robustness

20 Mar 21:24
Compare
Choose a tag to compare

This release introduces several internal efficiency and robustness improvements and does not change exported APIs.

Various performance and documentation improvements

12 Mar 05:31
Compare
Choose a tag to compare
1.0.1

Various performance and documentation improvements

A highly-optimized code generator and runtime library

11 Mar 20:07
Compare
Choose a tag to compare

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.