awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to chronoxor/fastbinaryencoding

Open-source alternatives to FastBinaryEncoding

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

  • akkadotnet/hyperionAvatar von akkadotnet

    akkadotnet/Hyperion

    281Auf GitHub ansehen↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    Auf GitHub ansehen↗281
  • ugorji/goAvatar von ugorji

    ugorji/go

    1,952Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗1,952
  • gogo/protobufAvatar von gogo

    gogo/protobuf

    5,669Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,669
  • golang/protobufAvatar von golang

    golang/protobuf

    10,074Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,074

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • jamescourtney/flatsharpAvatar von jamescourtney

    jamescourtney/FlatSharp

    570Auf GitHub ansehen↗

    Fast, idiomatic C# implementation of Flatbuffers

    C#csharpdeserializationfbs-schema
    Auf GitHub ansehen↗570
  • real-logic/simple-binary-encodingAvatar von real-logic

    real-logic/simple-binary-encoding

    3,458Auf GitHub ansehen↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    Auf GitHub ansehen↗3,458
  • google/flatbuffersAvatar von google

    google/flatbuffers

    25,558Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗25,558
  • apache/arrowAvatar von apache

    apache/arrow

    16,529Auf GitHub ansehen↗

    Arrow is a cross-language development platform for in-memory data. It provides a standardized, language-independent columnar memory format designed to accelerate analytical operations and improve memory efficiency on modern computing hardware. By utilizing a schema-driven approach, the framework enables the efficient organization of both flat and nested data structures. The project functions as an analytical data processing engine that facilitates high-performance computation directly on memory-resident datasets. It distinguishes itself through a zero-copy architecture, which allows multiple

    C++arrowparquet
    Auf GitHub ansehen↗16,529
  • antmicro/migrantAvatar von antmicro

    antmicro/Migrant

    46Auf GitHub ansehen↗

    Fast and flexible serialization framework usable on undecorated classes.

    C#
    Auf GitHub ansehen↗46
  • aarnott/nerdbank.messagepackA

    AArnott/Nerdbank.MessagePack

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • catid/wirehairAvatar von catid

    catid/wirehair

    386Auf GitHub ansehen↗

    Wirehair : O(N) Fountain Code for Large Data

    C++
    Auf GitHub ansehen↗386
  • chronoxor/cppserializationC

    chronoxor/CppSerialization

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cloudwu/sprotoAvatar von cloudwu

    cloudwu/sproto

    981Auf GitHub ansehen↗

    Yet another protocol library like google protocol buffers , but simple and fast.

    C
    Auf GitHub ansehen↗981
  • com-lihaoyi/upickleAvatar von com-lihaoyi

    com-lihaoyi/upickle

    766Auf GitHub ansehen↗

    uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala

    Scala
    Auf GitHub ansehen↗766
  • capnproto/capnprotoAvatar von capnproto

    capnproto/capnproto

    13,089Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗13,089
  • c80k/capnproto-dotnetcoreC

    c80k/capnproto-dotnetcore

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alianblank/com.google.flatbuffersA

    AlianBlank/com.google.flatbuffers

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • earonesty/qserialAvatar von earonesty

    earonesty/qserial

    3Auf GitHub ansehen↗

    Header-only library suitable for android/arm builds - Small, easy to understand - No pre-compilation of headers - No template specialization complexity

    C++
    Auf GitHub ansehen↗3
  • emily33901/vprotoAvatar von emily33901

    emily33901/vproto

    56Auf GitHub ansehen↗

    vproto can parse most (or maybe all...) of the proto2 spec. It compiles the Steam Protobufs generating valid code and also parses the protoc plugin protobufs (which can be found in plugin/google/protobuf). It can parse options, extensions, map fields and extends definitions but does not generate…

    V
    Auf GitHub ansehen↗56
  • emmathemartian/mapleE

    emmathemartian/maple

    0Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗0
  • esnme/ultrajsonAvatar von esnme

    esnme/ultrajson

    4,485Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗4,485
  • facebook/fbthriftAvatar von facebook

    facebook/fbthrift

    2,690Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗2,690
  • felixguendling/cistaAvatar von felixguendling

    felixguendling/cista

    2,225Auf GitHub ansehen↗

    Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.

    C++benchmarkcppcpp17
    Auf GitHub ansehen↗2,225
  • fraillt/bitseryAvatar von fraillt

    fraillt/bitsery

    1,246Auf GitHub ansehen↗

    Your binary serialization library

    C++binary-serializationcpp11cpp14
    Auf GitHub ansehen↗1,246
  • ghostiam/binstructG

    ghostiam/binstruct

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • gilzoide/unity-key-value-storeG

    gilzoide/unity-key-value-store

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • glycerine/bambamG

    glycerine/bambam

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • glycerine/go-capnprotoG

    glycerine/go-capnproto

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dogwei/swifter.messagepackD

    Dogwei/Swifter.MessagePack

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bufbuild/bufAvatar von bufbuild

    bufbuild/buf

    11,211Auf GitHub ansehen↗

    Buf is a toolchain for managing the full lifecycle of Protocol Buffers schemas. It provides a set of tools for schema governance, including linting to enforce style guides, a breaking change detector to ensure backward compatibility, and a system for producing language-specific source code via local or remote plugins. The project distinguishes itself through a remote schema registry that centralizes the hosting, versioning, and distribution of Protocol Buffers modules. This registry allows for server-side enforcement of governance policies, such as blocking updates that introduce backward-inc

    Gobuf-clibuf-schema-registrygrpc
    Auf GitHub ansehen↗11,211