FastBinaryEncoding
Serialization framework
A universal serialization solution for various programming languages and platforms that enables fast and compact binary encoding.
Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
828 stars
38 watching
85 forks
Language: C++
last commit: 9 months ago
Linked from 1 awesome list
binarycppcsharpgogolangjavajavascriptkotlinlow-latencyperformanceprotocolpythonrubyserializationswift
Related projects:
Repository | Description | Stars |
---|---|---|
jefffhaynes/binaryserializer | A framework for controlling data formatting at the byte and bit level using declarative serialization attributes | 293 |
xdbr/cpp-generic-serialize | A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 745 |
intel/tinycbor | A C library for serializing and deserializing binary objects in a compact format | 501 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
alexfilatov/borsh | A binary serialization format prioritizing consistency, safety, and speed for security-critical projects. | 7 |
nicklockwood/fastcoding | A high-performance binary serialization format for Cocoa objects and object graphs | 978 |
ndsev/zserio | A framework for compact and efficient serialization of structured data with low overhead | 109 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,590 |
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,078 |
p-ranav/alpaca | A C++ serialization library that efficiently packs and unpacks structured data into compact byte arrays. | 479 |
xyncro/chiron | A JSON serialization library for F#. | 174 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
fxamacker/cbor | A library for encoding and decoding binary data in a compact and secure format. | 739 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |