flatbuffers
Data serializer
A high-performance, binary serialization format for efficient data storage and transmission
D Programming Language implementation of the google flatbuffers library
11 stars
19 watching
1 forks
Language: D
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dvidelabs/flatcc | A tool for compiling and generating C code for serialization and deserialization of binary data using the FlatBuffers format. | 653 |
jamescourtney/flatsharp | A C# implementation of Google's FlatBuffers serialization format for high-performance binary serialization | 511 |
mzaks/flatbuffersswift | A serialization library for Swift that provides efficient cross-platform data encoding and decoding | 570 |
treeform/flatty | A fast and simple binary serializer/deserializer for Nim. | 87 |
flatgeobuf/flatgeobuf | A binary encoding format for geographic data | 688 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,590 |
gonzalezreal/groot | A framework that serializes and deserializes Core Data object graphs from or into JSON using annotations in the Core Data model. | 534 |
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 746 |
iddev5/inon | A simple data serialization format for Zig that supports human-readable representation and fast serialization and deserialization. | 10 |
athanclark/purescript-arraybuffer-class | A library providing binary serialization utilities for PureScript data types | 5 |
ziglibs/s2s | A binary serialization format and library for Zig. | 130 |
getty-zig/getty | A serialization framework that provides efficient and customizable data modeling and serialization capabilities | 198 |
boostorg/serialization | Provides a C++ framework for serializing and deserializing data structures to and from various formats | 121 |
magro/kryo-serializers | A collection of serializers for various Java data structures and classes | 381 |