awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to fixtradingcommunity/fix-simple-binary-encoding

Open-source alternatives to Fix Simple Binary Encoding

30 open-source projects similar to fixtradingcommunity/fix-simple-binary-encoding, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Fix Simple Binary Encoding alternative.

  • 3hren/msgpack-rust3Hren avatar

    3Hren/msgpack-rust

    1,413View on GitHub↗

    RMP is a pure Rust MessagePack implementation.

    Rust
    View on GitHub↗1,413
  • ahrefs/atdahrefs avatar

    ahrefs/atd

    353View on GitHub↗

    Static types for JSON APIs

    OCaml
    View on GitHub↗353
  • airstruck/knifeairstruck avatar

    airstruck/knife

    515View on GitHub↗

    A collection of useful micro-modules for Lua.

    Lua
    View on GitHub↗515
  • alexcrichton/toml-rsalexcrichton avatar

    alexcrichton/toml-rs

    1,019View on 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
    View on GitHub↗1,019
  • bakpakin/binserbakpakin avatar

    bakpakin/binser

    214View on GitHub↗

    Customizable Lua Serializer

    Lua
    View on GitHub↗214
  • biojppm/rapidyamlbiojppm avatar

    biojppm/rapidyaml

    736View on GitHub↗

    Rapid YAML - a library to parse and emit YAML, and do it fast.

    C++
    View on GitHub↗736

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bjornbytes/tricklebjornbytes avatar

    bjornbytes/trickle

    31View on GitHub↗

    Lua bitstream

    Lua
    View on GitHub↗31
  • burntsushi/rust-csvBurntSushi avatar

    BurntSushi/rust-csv

    1,913View on GitHub↗
    Rustcsvlibraryrust
    View on GitHub↗1,913
  • cloudpipe/cloudpicklecloudpipe avatar

    cloudpipe/cloudpickle

    1,928View on GitHub↗

    Extended pickling support for Python objects

    Python
    View on GitHub↗1,928
  • dakrone/cheshiredakrone avatar

    dakrone/cheshire

    1,546View on GitHub↗
    Clojure
    View on GitHub↗1,546
  • dwrensha/capnproto-rustdwrensha avatar

    dwrensha/capnproto-rust

    2,470View on GitHub↗

    documentation

    Rust
    View on GitHub↗2,470
  • epiclabs-io/elasticE

    epiclabs-io/elastic

    0View on GitHub↗
    View on GitHub↗0
  • esotericsoftware/kryoEsotericSoftware avatar

    EsotericSoftware/kryo

    6,529View on 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
    View on GitHub↗6,529
  • excessive/cdataexcessive avatar

    excessive/cdata

    30View on GitHub↗

    Serialize Lua tables to C structs and strings.

    Lua
    View on GitHub↗30
  • explosion/srslyE

    explosion/srsly

    0View on GitHub↗
    View on GitHub↗0
  • fasterxml/jacksonFasterXML avatar

    FasterXML/jackson

    9,740View on GitHub↗

    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
    View on GitHub↗9,740
  • fasterxml/jackson-module-afterburnerFasterXML avatar

    FasterXML/jackson-module-afterburner

    92View on GitHub↗

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

    Java
    View on GitHub↗92
  • fastserial/lite3fastserial avatar

    fastserial/lite3

    765View on GitHub↗
    Cbinarycjson
    View on GitHub↗765
  • fktn-k/fkyamlfktn-k avatar

    fktn-k/fkYAML

    143View on GitHub↗

    A C++ header-only YAML library

    C++
    View on GitHub↗143
  • flamendless/arson.luaflamendless avatar

    flamendless/arson.lua

    13View on GitHub↗

    A library-companion to register custom data types that can be encoded and decoded for json.lua

    Lua
    View on GitHub↗13
  • florob/rustyxmlFlorob avatar

    Florob/RustyXML

    107View on GitHub↗

    RustyXML

    Rust
    View on GitHub↗107
  • fxamacker/cborF

    fxamacker/cbor

    0View on GitHub↗
    View on GitHub↗0
  • ghostiam/binstructG

    ghostiam/binstruct

    0View on GitHub↗
    View on GitHub↗0
  • glycerine/bambamG

    glycerine/bambam

    0View on GitHub↗
    View on GitHub↗0
  • glycerine/go-capnprotoG

    glycerine/go-capnproto

    0View on GitHub↗
    View on GitHub↗0
  • gogo/protobufgogo avatar

    gogo/protobuf

    5,669View on 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
    View on GitHub↗5,669
  • golang/protobufgolang avatar

    golang/protobuf

    10,074View on 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
    View on GitHub↗10,074
  • google/flatbuffersgoogle avatar

    google/flatbuffers

    25,558View on 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
    View on GitHub↗25,558
  • google/gsongoogle avatar

    google/gson

    24,357View on GitHub↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Java
    View on GitHub↗24,357
  • 32leaves/bel3

    32leaves/bel

    0View on GitHub↗
    View on GitHub↗0