Y
Hacker News
new
|
ask
|
show
|
jobs
by
anm89
1659 days ago
I've got a feeling this has to be some kind of enterprise play. Random devs are not going to pay for a data format.
1 comments
travisd
1659 days ago
Their whole thing is tooling around protocol buffers, not the data format itself. The format is completely open source and comes from Google.
link
zozbot234
1659 days ago
Protobuf is not even all that good as a format, flatbuffers has generally better properties.
link
zaphirplane
1659 days ago
My impression is flatbuffers takes more cpu caused it doesn’t transform the binary payload (it’s use case)
link