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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
neuecc avatar

neuecc/ZeroFormatterArchived

0
View on GitHub↗
2,426 estrellas·251 forks·C#·MIT·9 vistas

ZeroFormatter

Infinitely Fast Deserializer for .NET, .NET Core and Unity.

Features

  • Serialization - Fast binary serializer.
  • Serialization Libraries - Fast binary serializer for .NET.

Historial de estrellas

Gráfico del historial de estrellas de neuecc/zeroformatterGráfico del historial de estrellas de neuecc/zeroformatter

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 ZeroFormatter

Proyectos open-source similares, clasificados según cuántas características comparten con ZeroFormatter.
  • 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
  • aaubry/yamldotnetAvatar de aaubry

    aaubry/YamlDotNet

    2,807Ver en GitHub↗

    YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m

    C#dotnetparserserialization
    Ver en GitHub↗2,807
  • akkadotnet/hyperionAvatar de akkadotnet

    akkadotnet/Hyperion

    281Ver en GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    Ver en GitHub↗281
  • aarnott/nerdbank.messagepackA

    AArnott/Nerdbank.MessagePack

    0Ver en GitHub↗
    Ver en GitHub↗0
Ver las 30 alternativas a ZeroFormatter→

Preguntas frecuentes

¿Qué hace neuecc/zeroformatter?

Infinitely Fast Deserializer for .NET, .NET Core and Unity.

¿Cuáles son las características principales de neuecc/zeroformatter?

Las características principales de neuecc/zeroformatter son: Serialization, Serialization Libraries.

¿Qué alternativas de código abierto existen para neuecc/zeroformatter?

Las alternativas de código abierto para neuecc/zeroformatter incluyen: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that… akkadotnet/hyperion — Polymorphic serialization for .NET. alianblank/com.google.flatbuffers. alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to… aarnott/nerdbank.messagepack.