Skip to content

How to use flatbuffer to increase the performance of your applications

Notifications You must be signed in to change notification settings

williamcrocha/flatbuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Flatbuffers

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

FlatBuffers is plus efficiente than Protocol Buffers

banner

Reference Documentation

For further reference, please consider the following sections:

Build documentation

To create the classes install flatc compiler and:

  • open terminal and go to project folder ./src/flatbuffers
  • run flatc --java product.fbs each time you make any modifications in product.fbs and copy the Product.java generated to desired package (br.com.williamrocha.flatbuffer.fb).

About

How to use flatbuffer to increase the performance of your applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages