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

Releases: dchenk/msgp

Performance improvements and a new feature

30 Jan 04:34
Compare
Choose a tag to compare

This version introduces many performance improvements throughout the runtime library and the feature to decode unsigned integers into signed Go integers when this is accurate. This feature makes the library more compatible with other MessagePack implementations (most of which by default encode non-negative integers as unsigned integers).

0.9.1

29 Jan 03:15
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release
Various improvements, refactoring

Stable, but planning more features and improvements

23 Jan 02:42
Compare
Choose a tag to compare
0.9.0

Added fix to ignore blank identifier aliased imports