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

Removed bloat, improved efficiency

Compare
Choose a tag to compare
@dchenk dchenk released this 20 Apr 21:07
· 45 commits to master since this release

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.