FlatBuffers is a cross-platform binary format like protobuf and gob, but it 
is MUCH FASTER than protobuf and gob.

It can be challenging to learn (at first) so I've written a library in Go 
which goes the extra mile and generates
the FlatBuffers schema and Go code that glues the flatc code into a library 
that can be used immediately
without further coding.

Have a look at this early 
release: https://github.com/urban-wombat/gotablesutils/releases/tag/v0.2-alpha

The official FlatBuffers Golang release doesn't generate a schema from 
JSON, but the library I've written
generates a FlatBuffers schema for you from a simple tabular format.

Enjoy!

On Thursday, 19 June 2014 12:31:03 UTC+10, dlin wrote:
>
> Google just released a serialization library 'flatbuffers' (I guess it is 
> like protobuf or gob)
>
> https://kentonv.github.io/capnproto/news/2014-06-17-capnproto-flatbuffers-sbe.html
>
> Is it useful in Go? Is it possible be implemented in Go? 
>
> I guess not, it try to do 'zero-copy' and no 'pack/unpack'.  
> The memory access method is different between C/C++ and Go.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to