awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
akkadotnet avatar

akkadotnet/Hyperion

0
View on GitHub↗
281 estrellas·63 forks·C#·Apache-2.0·3 vistas

Hyperion

Polymorphic serialization for .NET

Features

  • Serialization - High-performance polymorphic serializer for .NET.
  • Serialization Libraries - Serialization library for Akka.NET.

Historial de estrellas

Gráfico del historial de estrellas de akkadotnet/hyperionGráfico del historial de estrellas de akkadotnet/hyperion

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Hyperion

Proyectos open-source similares, clasificados según cuántas características comparten con Hyperion.
  • gogo/protobufAvatar de gogo

    gogo/protobuf

    5,669Ver en 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
    Ver en GitHub↗5,669
  • golang/protobufAvatar de golang

    golang/protobuf

    10,074Ver en 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
    Ver en GitHub↗10,074
  • chronoxor/fastbinaryencodingAvatar de chronoxor

    chronoxor/FastBinaryEncoding

    955Ver en GitHub↗

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

    C++
    Ver en GitHub↗955
  • google/flatbuffersAvatar de google

    google/flatbuffers

    25,558Ver en 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
    Ver en GitHub↗25,558
Ver las 30 alternativas a Hyperion→

Preguntas frecuentes

¿Qué hace akkadotnet/hyperion?

Polymorphic serialization for .NET

¿Cuáles son las características principales de akkadotnet/hyperion?

Las características principales de akkadotnet/hyperion son: Serialization, Serialization Libraries.

¿Qué alternativas de código abierto existen para akkadotnet/hyperion?

Las alternativas de código abierto para akkadotnet/hyperion incluyen: 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. chronoxor/fastbinaryencoding — Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin,… 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.