Difference between revisions of "DataInterchageFormats"
From Lost In Wonderlands
(→Subject) |
(→Subject) |
||
| Line 27: | Line 27: | ||
* Cross platform Binary serialisation | * Cross platform Binary serialisation | ||
** [[Googleprotobuf| google protocol buffers]] | ** [[Googleprotobuf| google protocol buffers]] | ||
| + | ** [http://google.github.io/flatbuffers/ google flatbuffers] | ||
| + | *** https://rwinslow.com/posts/why-flatbuffers/ | ||
| + | *** https://rwinslow.com/posts/how-to-install-flatbuffers/ | ||
| + | *** https://rwinslow.com/posts/use-flatbuffers-in-golang/ | ||
| + | *** https://rwinslow.com/posts/use-flatbuffers-in-rust/ | ||
| + | *** https://rwinslow.com/posts/facebook-uses-flatbuffers-on-one-billion-android-devices/ | ||
** [https://capnproto.org/ cap'n proto, a better protocol buffer ?] | ** [https://capnproto.org/ cap'n proto, a better protocol buffer ?] | ||
** [https://google.github.io/flatbuffers/ google flatbuffers] | ** [https://google.github.io/flatbuffers/ google flatbuffers] | ||
Revision as of 10:38, 25 July 2019
Contents
Data Interchange formats
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Data Interchange formats... (But Were Afraid to Ask)
a collection of links of interest
See also
Subject
- part of the presentation layers of OSI model
- Data_exchange
- Cross platform Binary serialisation
- JSON serialisation
- ZeroC , ICE
- Apche Thrift
- eProsima, the middleware Expert
- nanopb, an implementation of google protocol buffers for embedded platforme
comparison of other formats
- List_of_document_markup_languages]
- Comparison_of_data-serialization_formats
- Comparison_of_document-markup_languages
- Comparison_of_e-book_formats
- Comparison_of_iOS_e-reader_software
- Comparison_of_Android_e-reader_software
- Comparison_of_OpenXPS_and_PDF
- Comparison_of_Office_Open_XML_and_OpenDocument
performances
- https://codeburst.io/json-vs-protocol-buffers-vs-flatbuffers-a4247f8bda6f
- https://google.github.io/flatbuffers/flatbuffers_benchmarks.html
- https://stackoverflow.com/questions/6405767/protocol-buffer-lite-versus-regular-protocol-buffer