forked from tinylib/msgp
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
philhofer edited this page Nov 13, 2014
·
6 revisions
Welcome to the msgp wiki!
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.
Tips and tricks for improving performance and using advanced features.