Difference between revisions of "DataInterchageFormats"
From Lost In Wonderlands
(→Articles) |
(→Subject) |
||
| Line 34: | Line 34: | ||
*** https://rwinslow.com/posts/facebook-uses-flatbuffers-on-one-billion-android-devices/ | *** 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://capnproto.org/language.html schema language] | ||
** [https://google.github.io/flatbuffers/ google flatbuffers] | ** [https://google.github.io/flatbuffers/ google flatbuffers] | ||
** [https://pugixml.org/ pugixml] | ** [https://pugixml.org/ pugixml] | ||
Latest revision as of 15:46, 2 August 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
Articles
- http://yacoder.guru/blog/2015/03/07/open-code-review-flatbuffers/
- http://frogermcs.github.io/json-parsing-with-flatbuffers-in-android/
- https://www.mankier.com/7/flatbuffers
- https://www.findbestopensource.com/product/mzaks-flexbuffersswift
- https://www.reddit.com/r/embedded/comments/6fphu5/has_anyone_used_grpc_with_nanopb_or_flatbuffers/
- http://frogermcs.github.io/flatbuffers-in-android-introdution/
- https://android-developers.googleblog.com/2014/06/flatbuffers-memory-efficient.html
- https://www.queryxchange.com/q/14_146384/how-to-set-up-flatbuffers-in-android-studio-gradle/