How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication library providing a schema-based data interchange format that eliminates the need to encode or decode data before reading it from memory. The system enables high-performance data serialization and low-latency network communication. It supports cross-language data exchange by using a defined schema to ensure consistent binary representation across different platforms. The framework provides tools for implementing remote procedure calls, allowing functions to be invoked on a remo
Fast and flexible serialization framework usable on undecorated classes.
The main features of antmicro/migrant are: Serialization.
Open-source alternatives to antmicro/migrant include: akkadotnet/hyperion — Polymorphic serialization for .NET. boostorg/serialization — Boost.org serialization module. capnproto/capnproto — CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication… catid/wirehair — Wirehair : O(N) Fountain Code for Large Data. chronoxor/fastbinaryencoding — Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin,… 32leaves/bel.