This project is a Protocol Buffers Go compiler and code generation framework that translates schema definitions into optimized Go structures and reflection-free serialization methods. It includes a gRPC service generator for producing client and server communication code and a serialization performance toolkit for generating automated benchmarks and test suites. The framework features a plugin-based system for transforming data definitions into source code with custom field mapping and struct tag injection. It allows for custom type mapping and struct type overriding to link data fields to sp
This project is a Protocol Buffers implementation for Go, providing a binary serialization framework to convert native data structures into a compact binary format for efficient network transmission and storage. It functions as a language bindings generator, utilizing a compiler plugin to create Go source code from platform-neutral protocol buffer definitions. The implementation includes a JSON data mapper that transforms structured binary messages into JSON format to facilitate compatibility with web services and external APIs. It also enables cross-language data exchange by using a common s
FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu
Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
Principalele funcționalități ale chronoxor/fastbinaryencoding sunt: Serialization, Serialization Libraries.
Alternativele open-source pentru chronoxor/fastbinaryencoding includ: golang/protobuf — This project is a Protocol Buffers implementation for Go, providing a binary serialization framework to convert native… jamescourtney/flatsharp — Fast, idiomatic C# implementation of Flatbuffers. akkadotnet/hyperion — Polymorphic serialization for .NET. gogo/protobuf — This project is a Protocol Buffers Go compiler and code generation framework that translates schema definitions into… google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… real-logic/simple-binary-encoding — Simple Binary Encoding (SBE) - High Performance Message Codec.