[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /pub/ftp/os/Linux/distr/salix/x86_64/extra-15.0/source/libraries/flatbuffers/
 
Current bandwidth utilization 2183.46 Mbit/s
Bandwidth utilization bar
Contents of README:
FlatBuffers is an efficient cross platform serialization
library for games and other memory constrained apps. It
allows you to directly access serialized data without
unpacking/parsing it first, while still having great
forwards/backwards compatibility.

Features:
 - Access to serialized data without parsing/unpacking
 - Memory efficiency and speed. The only memory needed to
   access your data is that of the buffer.
 - Flexible. Optional fields provides forwards and backwards
   compatibility.
 - Tiny code footprint. Small amounts of generated code, and
   just a single small header as the minimum dependency.
 - Strongly typed. Errors happen at compile time.
 - Convenient to use. Generated C++ code allows for terse
   access & construction code.
 - Cross platform code with no dependencies.

Protocol Buffers is indeed relatively similar to FlatBuffers,
with the primary difference being that FlatBuffers does not
need a parsing/unpacking step to a secondary representation
before you can access data, often coupled with per-object
memory allocation. The code is an order of magnitude bigger,
too. Protocol Buffers has neither optional text import/export
nor schema language features like unions.

Icon  Name                                                              Last modified      Size  
[DIR] Parent Directory - [TXT] README 17-May-2022 00:43 1.2K [   ] flatbuffers-1.12.0.tar.gz 17-May-2022 01:27 1.1M [TXT] flatbuffers.SlackBuild 11-Mar-2022 06:34 3.8K [   ] flatbuffers.info 17-May-2022 00:43 324 [TXT] slack-desc 17-May-2022 00:43 1.0K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!