awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ghostiam/binstruct

Open-source alternatives to Binstruct

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

  • python-rapidjson/python-rapidjsonpython-rapidjson का अवतार

    python-rapidjson/python-rapidjson

    532GitHub पर देखें↗

    Python wrapper around rapidjson

    C++
    GitHub पर देखें↗532
  • jszwec/csvutiljszwec का अवतार

    jszwec/csvutil

    1,035GitHub पर देखें↗

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

    Gocsvcsv-parsercsvutil
    GitHub पर देखें↗1,035
  • json-iterator/gojson-iterator का अवतार

    json-iterator/go

    13,891GitHub पर देखें↗

    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
    GitHub पर देखें↗13,891
  • protocolbuffers/protobufprotocolbuffers का अवतार

    protocolbuffers/protobuf

    71,359GitHub पर देखें↗

    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
    GitHub पर देखें↗71,359

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • tuvistavie/structomapT

    tuvistavie/structomap

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • marshmallow-code/marshmallowmarshmallow-code का अवतार

    marshmallow-code/marshmallow

    7,239GitHub पर देखें↗

    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
    GitHub पर देखें↗7,239
  • glycerine/go-capnprotoG

    glycerine/go-capnproto

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • google/flatbuffersgoogle का अवतार

    google/flatbuffers

    25,558GitHub पर देखें↗

    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
    GitHub पर देखें↗25,558
  • microsoft/bondmicrosoft का अवतार

    microsoft/bond

    2,625GitHub पर देखें↗

    Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.

    C++
    GitHub पर देखें↗2,625
  • promonlogicalis/asn1P

    PromonLogicalis/asn1

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • vimeda/pletterV

    vimeda/pletter

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • ugorji/gougorji का अवतार

    ugorji/go

    1,952GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗1,952
  • pascaldekloe/colferP

    pascaldekloe/colfer

    0GitHub पर देखें↗

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

    GitHub पर देखें↗0
  • mitchellh/mapstructuremitchellh का अवतार

    mitchellh/mapstructure

    8,033GitHub पर देखें↗

    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
    GitHub पर देखें↗8,033
  • 32leaves/bel3

    32leaves/bel

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • glycerine/bambamG

    glycerine/bambam

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • gogo/protobufgogo का अवतार

    gogo/protobuf

    5,669GitHub पर देखें↗

    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
    GitHub पर देखें↗5,669
  • golang/protobufgolang का अवतार

    golang/protobuf

    10,074GitHub पर देखें↗

    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
    GitHub पर देखें↗10,074
  • chronoxor/fastbinaryencodingchronoxor का अवतार

    chronoxor/FastBinaryEncoding

    955GitHub पर देखें↗

    Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift

    C++
    GitHub पर देखें↗955
  • catid/wirehaircatid का अवतार

    catid/wirehair

    386GitHub पर देखें↗

    Wirehair : O(N) Fountain Code for Large Data

    C++
    GitHub पर देखें↗386
  • antmicro/migrantantmicro का अवतार

    antmicro/Migrant

    46GitHub पर देखें↗

    Fast and flexible serialization framework usable on undecorated classes.

    C#
    GitHub पर देखें↗46
  • capnproto/capnprotocapnproto का अवतार

    capnproto/capnproto

    13,089GitHub पर देखें↗

    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

    C++
    GitHub पर देखें↗13,089
  • esotericsoftware/kryoEsotericSoftware का अवतार

    EsotericSoftware/kryo

    6,529GitHub पर देखें↗

    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
    GitHub पर देखें↗6,529
  • esnme/ultrajsonesnme का अवतार

    esnme/ultrajson

    4,485GitHub पर देखें↗

    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++
    GitHub पर देखें↗4,485
  • excessive/cdataexcessive का अवतार

    excessive/cdata

    30GitHub पर देखें↗

    Serialize Lua tables to C structs and strings.

    Lua
    GitHub पर देखें↗30
  • explosion/srslyE

    explosion/srsly

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • facebook/fbthriftfacebook का अवतार

    facebook/fbthrift

    2,690GitHub पर देखें↗

    Facebook's branch of Apache Thrift, including a new C++ server.

    C++
    GitHub पर देखें↗2,690
  • fasterxml/jacksonFasterXML का अवतार

    FasterXML/jackson

    9,740GitHub पर देखें↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    hacktoberfestjacksonjava-json
    GitHub पर देखें↗9,740
  • fasterxml/jackson-module-afterburnerFasterXML का अवतार

    FasterXML/jackson-module-afterburner

    92GitHub पर देखें↗

    (DEPRECATED) -- moved under jackson-modules-base

    Java
    GitHub पर देखें↗92
  • burntsushi/rust-csvBurntSushi का अवतार

    BurntSushi/rust-csv

    1,913GitHub पर देखें↗
    Rustcsvlibraryrust
    GitHub पर देखें↗1,913