4 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
danj
165924aed6 Remove empty files
ok sthen solene
2021-07-08 01:49:34 +00:00
solene
ce6911a3f2 Update to flatbuffers-2.0.0
Diff from maintainer
2021-05-24 18:01:03 +00:00
jca
678298c743 Import flatbuffers, a memory optimized serialization library
Port from Ashton Faggs (maintainer), ok gnezdo@

pkg/DESCR:
FlatBuffers is an efficient cross platform serialization library for
C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript,
PHP, Python, Rust and Swift. It was originally created at Google for
game development and other performance-critical applications.

What sets FlatBuffers apart is that it represents hierarchical data in
a flat binary buffer in such a way that it can still be accessed
directly without parsing/unpacking, while also still supporting data
structure evolution (forwards/backwards compatibility).
2021-01-03 10:15:11 +00:00