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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·7 views

ZeroFormatter

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

Features

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

Star history

Star history chart for neuecc/zeroformatterStar history chart for neuecc/zeroformatter

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to ZeroFormatter

Similar open-source projects, ranked by how many features they share with ZeroFormatter.
  • google/flatbuffersgoogle avatar

    google/flatbuffers

    25,558View on 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
    View on GitHub↗25,558
  • aaubry/yamldotnetaaubry avatar

    aaubry/YamlDotNet

    2,807View on 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
    View on GitHub↗2,807
  • akkadotnet/hyperionakkadotnet avatar

    akkadotnet/Hyperion

    281View on GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    View on GitHub↗281
  • aarnott/nerdbank.messagepackA

    AArnott/Nerdbank.MessagePack

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to ZeroFormatter→

Frequently asked questions

What does neuecc/zeroformatter do?

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

What are the main features of neuecc/zeroformatter?

The main features of neuecc/zeroformatter are: Serialization, Serialization Libraries.

What are some open-source alternatives to neuecc/zeroformatter?

Open-source alternatives to neuecc/zeroformatter include: 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.