awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
neuecc avatar

neuecc/ZeroFormatterArchived

0
View on GitHub↗
2,426 stars·251 forks·C#·MIT·4 vues

ZeroFormatter

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

Features

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

Historique des stars

Graphique de l'historique des stars pour neuecc/zeroformatterGraphique de l'historique des stars pour neuecc/zeroformatter

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à ZeroFormatter

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ZeroFormatter.
  • google/flatbuffersAvatar de google

    google/flatbuffers

    25,558Voir sur 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
    Voir sur GitHub↗25,558
  • aaubry/yamldotnetAvatar de aaubry

    aaubry/YamlDotNet

    2,807Voir sur 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
    Voir sur GitHub↗2,807
  • akkadotnet/hyperionAvatar de akkadotnet

    akkadotnet/Hyperion

    281Voir sur GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    Voir sur GitHub↗281
  • aarnott/nerdbank.messagepackA

    AArnott/Nerdbank.MessagePack

    0Voir sur GitHub↗
    Voir sur GitHub↗0
Voir les 30 alternatives à ZeroFormatter→

Questions fréquentes

Que fait neuecc/zeroformatter ?

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

Quelles sont les fonctionnalités principales de neuecc/zeroformatter ?

Les fonctionnalités principales de neuecc/zeroformatter sont : Serialization, Serialization Libraries.

Quelles sont les alternatives open-source à neuecc/zeroformatter ?

Les alternatives open-source à neuecc/zeroformatter incluent : 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.