[ANN] codec: a High Performance, Extensible, Feature-Rich Idiomatic Go encoding library for msgpack and binc
17 views
Skip to first unread message
Ugorji Nwoke
unread,
May 30, 2013, 2:16:26 PM5/30/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to msg...@googlegroups.com
I have just released Binc, a lightweight, compact, limitless, schema-free, precise, binary, high-performance, feature-rich, language-independent, multi-domain, extensible, data interchange format for structured data.
Along with the public release of Binc, I have released a High Performance and Feature-Rich Idiomatic Go Library providing encode/decode support for different serialization formats, including msgpack and binc . It includes support for user-defined extensions, even if the format doesn't natively support those. It also includes Go net/rpc codecs for using in rpc communication. This is a replacement for the de-facto Go msgpack library which I wrote at https://github.com/ugorji/go-msgpack (NOW DEPRECATED).