awesome-repositories.com
Blog
MCP
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
·
Back to microsoft/bond

Open-source alternatives to Bond

30 open-source projects similar to microsoft/bond, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Bond alternative.

  • 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

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

    protocolbuffers/protobuf

    71,359Voir sur GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different programming languages. The project distinguishes itself through a highly efficient binary wire format that utilizes tag-based encoding and variable-width integer compression to minimize payload size and processing overhead. It supports robust evolutionary schema management, allowing d

    C++marshallingprotobufprotobuf-runtime
    Voir sur GitHub↗71,359
  • 32leaves/bel3

    32leaves/bel

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • pascaldekloe/colferP

    pascaldekloe/colfer

    0Voir sur GitHub↗

    Colfer is a binary serialization format optimized for speed and size.

    Voir sur GitHub↗0

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • esotericsoftware/kryoAvatar de EsotericSoftware

    EsotericSoftware/kryo

    6,529Voir sur GitHub↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    HTML
    Voir sur GitHub↗6,529
  • python-rapidjson/python-rapidjsonAvatar de python-rapidjson

    python-rapidjson/python-rapidjson

    532Voir sur GitHub↗

    Python wrapper around rapidjson

    C++
    Voir sur GitHub↗532
  • glycerine/bambamG

    glycerine/bambam

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • golang/protobufAvatar de golang

    golang/protobuf

    10,074Voir sur GitHub↗

    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

    Go
    Voir sur GitHub↗10,074
  • jszwec/csvutilAvatar de jszwec

    jszwec/csvutil

    1,035Voir sur GitHub↗

    csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.

    Gocsvcsv-parsercsvutil
    Voir sur GitHub↗1,035
  • msgpack/msgpack-cliAvatar de msgpack

    msgpack/msgpack-cli

    856Voir sur GitHub↗

    MessagePack implementation for Common Language Infrastructure / msgpack.orgC#

    C#c-sharpmessagepackmsgpack
    Voir sur GitHub↗856
  • ruedigermoeller/fast-serializationAvatar de RuedigerMoeller

    RuedigerMoeller/fast-serialization

    1,594Voir sur GitHub↗

    FST: fast java serialization drop in-replacement

    Java
    Voir sur GitHub↗1,594
  • vimeda/pletterV

    vimeda/pletter

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • ugorji/goAvatar de ugorji

    ugorji/go

    1,952Voir sur GitHub↗

    idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.orgGo

    Go
    Voir sur GitHub↗1,952
  • tuvistavie/structomapT

    tuvistavie/structomap

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • promonlogicalis/asn1P

    PromonLogicalis/asn1

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • ghostiam/binstructG

    ghostiam/binstruct

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • glycerine/go-capnprotoG

    glycerine/go-capnproto

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • gogo/protobufAvatar de gogo

    gogo/protobuf

    5,669Voir sur GitHub↗

    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

    Gogogolanggrpc
    Voir sur GitHub↗5,669
  • jamesnk/newtonsoft.jsonAvatar de JamesNK

    JamesNK/Newtonsoft.Json

    11,262Voir sur GitHub↗

    Newtonsoft.Json is a data processing utility for the .NET ecosystem designed to facilitate the transformation and exchange of information. It functions as a serialization library and object mapping framework, enabling the conversion of complex application objects into formatted JSON strings and the reconstruction of structured objects from raw JSON data. The library distinguishes itself through a flexible architecture that supports both strongly-typed class mapping and a dynamic object model for schema-less data manipulation. It employs reflection-based metadata mapping to automate property a

    C#c-sharpjson
    Voir sur GitHub↗11,262
  • json-iterator/goAvatar de json-iterator

    json-iterator/go

    13,891Voir sur GitHub↗

    This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json package. It provides a serialization engine for encoding and decoding data structures, alongside a schemaless parser for extracting specific values from JSON blobs using paths. The library distinguishes itself through a focus on reducing CPU and memory overhead. It implements a high-performance encoder that utilizes buffer reuse and reduced float precision to increase data throughput. Broad capability areas include data serialization, high-performance JSON processing, and schema-le

    Godeserializationgogolang
    Voir sur GitHub↗13,891
  • marshmallow-code/marshmallowAvatar de marshmallow-code

    marshmallow-code/marshmallow

    7,239Voir sur GitHub↗

    Marshmallow is a Python data serialization library and validation framework. It functions as a bridge that transforms complex application objects into primitive data types for storage or network transmission and vice versa. The library utilizes a schema-based approach to validate that incoming data conforms to specific types and constraints. It employs a two-way transformation pipeline consisting of separate load and dump phases to handle deserialization and serialization. The framework supports class-based schema definitions with declarative field validation and recursive schema nesting for

    Pythondeserializationmarshallingpython
    Voir sur GitHub↗7,239
  • mitchellh/mapstructureAvatar de mitchellh

    mitchellh/mapstructure

    8,033Voir sur GitHub↗

    mapstructure is a reflection-based library for the bidirectional encoding and decoding of generic map data into native typed Go structures. It functions as a tool for transforming loosely typed map values into specific structs and encoding those structs back into maps. The library utilizes Go reflection to map generic data keys to struct fields during runtime. It supports the transformation of untyped data from dynamic sources or configuration files into type-safe native structures. The mapping process includes recursive traversal of nested maps and slices, as well as the use of struct tags

    Go
    Voir sur GitHub↗8,033
  • bytefish/tinycsvparserAvatar de bytefish

    bytefish/TinyCsvParser

    401Voir sur GitHub↗

    Easy to use, easy to extend and high-performance library for CSV parsing with .NET

    C#
    Voir sur GitHub↗401
  • burntsushi/rust-csvAvatar de BurntSushi

    BurntSushi/rust-csv

    1,913Voir sur GitHub↗
    Rustcsvlibraryrust
    Voir sur GitHub↗1,913
  • alexcrichton/toml-rsAvatar de alexcrichton

    alexcrichton/toml-rs

    1,019Voir sur GitHub↗

    A TOMLtoml decoder and encoder for Rust. This library is currently compliant with the v0.5.0 version of TOML. This library will also likely continue to stay up to date with the TOML specification as changes happen.

    Rust
    Voir sur GitHub↗1,019
  • epiclabs-io/elasticE

    epiclabs-io/elastic

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • esnme/ultrajsonAvatar de esnme

    esnme/ultrajson

    4,485Voir sur GitHub↗

    UltraJSON is a high-performance JSON library and parser written in C with bindings for Python. It provides a fast alternative to standard JSON processing for decoding JSON strings into native data structures and encoding data structures back into JSON strings. The library utilizes a C-based engine to reduce processing latency and increase throughput for JSON generation and parsing. It is designed to accelerate data pipelines and optimize the handling of JSON payloads.

    C++
    Voir sur GitHub↗4,485
  • emmathemartian/mapleE

    emmathemartian/maple

    0Voir sur GitHub↗

    Yes, there are loads more of these types of config languages, but I wanted to make my own because the other options are overkill for my projects.

    Voir sur GitHub↗0
  • excessive/cdataAvatar de excessive

    excessive/cdata

    30Voir sur GitHub↗

    Serialize Lua tables to C structs and strings.

    Lua
    Voir sur GitHub↗30
  • boostorg/serializationAvatar de boostorg

    boostorg/serialization

    133Voir sur GitHub↗

    Boost.org serialization module

    C++
    Voir sur GitHub↗133