Skip to content
Jason E. Aten edited this page Aug 6, 2017 · 3 revisions

Welcome to the greenpack wiki!

this wiki

This wiki is a direct descendant from the terrific tinylib/msgp wiki by Philip Hofer. A copy was made for the purposes of providing greenpack documentation should that wiki [https://github.com/tinylib/msgp/wiki] happen to be unavailable.

The fastest way to grok this project is to read the Getting Started guide. Many of the other wiki articles presume you're familiar with what is discussed in this guide.

This article discusses the MessagePack type system.

This article discusses how msgp maps Go's type system onto MessagePack, and vice-versa. Topics include numerical overflow, complex numbers, time.Time, and type system extensions.

Learn how to implement your own MessagePack types.

Tips and tricks for improving performance and using advanced features.