awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesSerialization Protocols

Efficient data encoding and RPC frameworks for cross-language communication.

Explore 5 awesome GitHub repositories matching part of an awesome list · Serialization Protocols. Refine with filters or upvote what's useful.

Awesome Serialization Protocols GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/protobufAvatar de google

    google/protobuf

    71,412Voir sur GitHub↗

    Protocol Buffers is a binary serialization framework used to encode structured information into compact payloads to reduce network bandwidth and storage. It functions as a cross-language data interchange standard that enables different platforms and languages to exchange structured data using a shared schema. The project includes an interface definition language compiler that transforms schema definitions into type-safe source code for multiple target programming languages. This mechanism decouples data structures from specific language memory layouts and ensures consistent data handling acro

    Industry-standard language-neutral data serialization format.

    C++
    Voir sur GitHub↗71,412
  • google/flatbuffersAvatar de google

    google/flatbuffers

    25,558Voir sur GitHub↗

    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

    Memory-efficient serialization library for performance-sensitive applications.

    C++cc-plus-plusc-sharp
    Voir sur GitHub↗25,558
  • capnproto/capnprotoAvatar de capnproto

    capnproto/capnproto

    13,089Voir sur GitHub↗

    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

    Zero-copy serialization protocol for extreme performance.

    C++
    Voir sur GitHub↗13,089
  • apache/thriftAvatar de apache

    apache/thrift

    10,933Voir sur GitHub↗

    Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface definition language to specify data types and service interfaces in a neutral format, enabling the automated generation of client and server code across multiple programming languages. The project functions as a polyglot service communicator using a layered software stack to ensure interoperable communication. It focuses on implementing cross-language remote procedure calls and transforming complex data structures into standardized formats for efficient network transport. The

    Cross-language RPC and data serialization framework.

    C++
    Voir sur GitHub↗10,933
  • real-logic/simple-binary-encodingAvatar de real-logic

    real-logic/simple-binary-encoding

    3,458Voir sur GitHub↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Binary encoding optimized for ultra-low latency systems.

    Java
    Voir sur GitHub↗3,458
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Serialization Protocols