FlatBuffers 1.1: a memory-efficient serialization library

FlatBuffers 1.1: a memory-efficient serialization library - Hallo sahabat Testagk.blogspot.com, Pada sharing kali ini yang berjudul FlatBuffers 1.1: a memory-efficient serialization library, mudah-mudahan isi postingan yang saya tulis ini dapat anda pahami.

Posting : FlatBuffers 1.1: a memory-efficient serialization library
Judul : FlatBuffers 1.1: a memory-efficient serialization library

lihat juga


FlatBuffers 1.1: a memory-efficient serialization library

Posted by Wouter van Oortmerssen, Fun Propulsion Labs at Google*

Originally posted to the Google Open Source blog

After months in development, the FlatBuffers 1.1 update is here. Originally released in June 2014, it’s a highly efficient open source cross-platform serialization library that allows you to read data without parsing/unpacking or allocating additional memory. It supports schema evolution (forwards/backwards compatibility) and optional JSON conversion. We primarily created it for games written in C++ where performance is critical, but it’s also useful more broadly. This update brings:

  • an extensive overhaul to the Java API
  • out-of-the-box support for C# and Go
  • an optional verifier to make FlatBuffers practical in untrusted scenarios
  • .proto parsing for easier migration from Protocol Buffers
  • optional manual assignment of field IDs
  • dictionary functionality through binary search on a key field
  • bug fixes and other improvements thanks to 200+ commits from 28 contributors -- thank you!

Download the latest release from our github page and join our discussion list for more details.

*Fun Propulsion Labs is a team within Google that's dedicated to advancing gaming on Android and other platforms.



Demikianlah Artikel FlatBuffers 1.1: a memory-efficient serialization library

Sekian posting FlatBuffers 1.1: a memory-efficient serialization library, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sekian postingan kali ini.

Anda sedang membaca artikel FlatBuffers 1.1: a memory-efficient serialization library dan artikel ini url permalinknya adalah http://testagk.blogspot.com/2015/04/flatbuffers-11-memory-efficient.html Semoga artikel ini bisa bermanfaat.

0 Response to "FlatBuffers 1.1: a memory-efficient serialization library"

Posting Komentar