Y
Hacker News
new
|
ask
|
show
|
jobs
by
tedchs
4481 days ago
Why reinvent on-disk data formats when you can just make a file of protocol buffers?
https://code.google.com/p/protobuf/
2 comments
sparkie
4481 days ago
Why reinvent binary serialization when you could use ASN.1, or any of the thousand binary serialization formats that pre-date protobufs?
link
lern_too_spel
4481 days ago
For that specific example, you can find a good discussion here:
https://groups.google.com/forum/m/#!topic/protobuf/eNAZlnPKV...
link
McP
4481 days ago
Ironically that has already been reinvented in the form of Cap'n Proto:
http://kentonv.github.io/capnproto/
(other than that I agree it's a good solution)
link