Difference between revisions of "DataInterchageFormats"

From Lost In Wonderlands
Jump to: navigation, search
(Articles)
(Subject)
 
(One intermediate revision by the same user not shown)
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]
Line 75: Line 76:
 
* http://frogermcs.github.io/flatbuffers-in-android-introdution/
 
* http://frogermcs.github.io/flatbuffers-in-android-introdution/
 
* https://android-developers.googleblog.com/2014/06/flatbuffers-memory-efficient.html
 
* 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/
  
 
== Blogs ==
 
== Blogs ==

Latest revision as of 15:46, 2 August 2019

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


comparison of other formats

performances

Articles

Blogs

Tools link

Books