awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
chronoxor avatar

chronoxor/FastBinaryEncoding

0
View on GitHub↗
955 stele·98 fork-uri·C++·MIT·2 vizualizărichronoxor.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.

Istoric stele

Graficul istoricului de stele pentru chronoxor/fastbinaryencodingGraficul istoricului de stele pentru chronoxor/fastbinaryencoding

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru FastBinaryEncoding

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu FastBinaryEncoding.
  • gogo/protobufAvatar gogo

    gogo/protobuf

    5,669Vezi pe 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
    Vezi pe GitHub↗5,669
  • golang/protobufAvatar golang

    golang/protobuf

    10,074Vezi pe 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
    Vezi pe GitHub↗10,074
  • akkadotnet/hyperionAvatar akkadotnet

    akkadotnet/Hyperion

    281Vezi pe GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    Vezi pe GitHub↗281
  • google/flatbuffersAvatar google

    google/flatbuffers

    25,558Vezi pe 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
    Vezi pe GitHub↗25,558
Vezi toate cele 30 alternative pentru FastBinaryEncoding→

Întrebări frecvente

Ce face chronoxor/fastbinaryencoding?

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

Care sunt principalele funcționalități ale chronoxor/fastbinaryencoding?

Principalele funcționalități ale chronoxor/fastbinaryencoding sunt: Serialization, Serialization Libraries.

Care sunt câteva alternative open-source pentru chronoxor/fastbinaryencoding?

Alternativele open-source pentru chronoxor/fastbinaryencoding includ: 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.