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
·
chronoxor avatar

chronoxor/FastBinaryEncoding

0
View on GitHub↗
955 Stars·98 Forks·C++·MIT·2 Aufrufechronoxor.github.io/FastBinaryEncoding↗

FastBinaryEncoding

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

Features

  • Serialization - Universal, high-speed binary serialization for multiple programming languages.
  • Serialization Libraries - Cross-platform binary serialization.

Star-Verlauf

Star-Verlauf für chronoxor/fastbinaryencodingStar-Verlauf für chronoxor/fastbinaryencoding

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Open-Source-Alternativen zu FastBinaryEncoding

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit FastBinaryEncoding.
  • 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
  • akkadotnet/hyperionAvatar von akkadotnet

    akkadotnet/Hyperion

    281Auf GitHub ansehen↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    Auf GitHub ansehen↗281
  • 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
Alle 30 Alternativen zu FastBinaryEncoding anzeigen→

Häufig gestellte Fragen

Was macht chronoxor/fastbinaryencoding?

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

Was sind die Hauptfunktionen von chronoxor/fastbinaryencoding?

Die Hauptfunktionen von chronoxor/fastbinaryencoding sind: Serialization, Serialization Libraries.

Welche Open-Source-Alternativen gibt es zu chronoxor/fastbinaryencoding?

Open-Source-Alternativen zu chronoxor/fastbinaryencoding sind unter anderem: golang/protobuf — This project is a Protocol Buffers implementation for Go, providing a binary serialization framework to convert native… jamescourtney/flatsharp — Fast, idiomatic C# implementation of Flatbuffers. akkadotnet/hyperion — Polymorphic serialization for .NET. gogo/protobuf — This project is a Protocol Buffers Go compiler and code generation framework that translates schema definitions into… google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… real-logic/simple-binary-encoding — Simple Binary Encoding (SBE) - High Performance Message Codec.