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
Back to rudolfkurka/structpacker

Projects sharing features with StructPacker

30 open-source projects similar to rudolfkurka/structpacker, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • aarnott/nerdbank.messagepackA

    AArnott/Nerdbank.MessagePack

    0View on GitHub↗
    View on GitHub↗0
  • akkadotnet/hyperionakkadotnet avatar

    akkadotnet/Hyperion

    281View on GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    View on GitHub↗281
  • alianblank/com.google.flatbuffersA

    AlianBlank/com.google.flatbuffers

    0View on GitHub↗
    View on GitHub↗0
  • amis92/csharp-source-generatorsamis92 avatar

    amis92/csharp-source-generators

    2,414View on GitHub↗

    Documentation and samples Source Generators Meta - libs and generators for other generators Tips & Tricks Articles Videos Demo, PoC and excercise projects Projects using custom Source Generators "internally"

    View on GitHub↗2,414
  • apache/arrowapache avatar

    apache/arrow

    16,529View on GitHub↗

    Arrow is a cross-language development platform for in-memory data. It provides a standardized, language-independent columnar memory format designed to accelerate analytical operations and improve memory efficiency on modern computing hardware. By utilizing a schema-driven approach, the framework enables the efficient organization of both flat and nested data structures. The project functions as an analytical data processing engine that facilitates high-performance computation directly on memory-resident datasets. It distinguishes itself through a zero-copy architecture, which allows multiple

    C++arrowparquet
    View on GitHub↗16,529

AI search

Explore more awesome repositories

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

Find more with AI search
  • blazorocticons/blazorocticonsBlazorOcticons avatar

    BlazorOcticons/BlazorOcticons

    40View on GitHub↗

    BlazorOcticons is an easy-to-use GitHub Octicons built as customizable .razor components

    HTML
    View on GitHub↗40
  • bufbuild/bufbufbuild avatar

    bufbuild/buf

    11,211View on GitHub↗

    Buf is a toolchain for managing the full lifecycle of Protocol Buffers schemas. It provides a set of tools for schema governance, including linting to enforce style guides, a breaking change detector to ensure backward compatibility, and a system for producing language-specific source code via local or remote plugins. The project distinguishes itself through a remote schema registry that centralizes the hosting, versioning, and distribution of Protocol Buffers modules. This registry allows for server-side enforcement of governance policies, such as blocking updates that introduce backward-inc

    Gobuf-clibuf-schema-registrygrpc
    View on GitHub↗11,211
  • c80k/capnproto-dotnetcoreC

    c80k/capnproto-dotnetcore

    0View on GitHub↗
    View on GitHub↗0
  • chronoxor/cppserializationC

    chronoxor/CppSerialization

    0View on GitHub↗
    View on GitHub↗0
  • chronoxor/fastbinaryencodingchronoxor avatar

    chronoxor/FastBinaryEncoding

    955View on GitHub↗

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

    C++
    View on GitHub↗955
  • cloudwu/sprotocloudwu avatar

    cloudwu/sproto

    981View on GitHub↗

    Yet another protocol library like google protocol buffers , but simple and fast.

    C
    View on GitHub↗981
  • cysharp/memorypackCysharp avatar

    Cysharp/MemoryPack

    4,598View on GitHub↗

    MemoryPack is a high-performance binary serialization library for C# and Unity. It provides a zero-allocation data pipeline and a schema-evolution framework designed to minimize memory allocations and encoding overhead. The project utilizes compile-time source generators to avoid runtime reflection and implements a zero-encoding binary format for maximum throughput. It distinguishes itself through a zero-allocation approach that reuses object instances to reduce garbage collection pressure and copies the memory layout of unmanaged structs directly to binary streams. The library covers binary

    C#
    View on GitHub↗4,598
  • dbolin/apex.serializationD

    dbolin/Apex.Serialization

    0View on GitHub↗
    View on GitHub↗0
  • diegofrata/generator.equalsD

    diegofrata/Generator.Equals

    0View on GitHub↗

    A C# source generator that automatically implements IEquatable , Equals, and GetHashCode — using just attributes.

    View on GitHub↗0
  • dogwei/swifter.messagepackD

    Dogwei/Swifter.MessagePack

    0View on GitHub↗
    View on GitHub↗0
  • domn1995/dunetdomn1995 avatar

    domn1995/dunet

    863View on GitHub↗
    C#csharpcsharp-sourcegeneratordiscriminated-unions
    View on GitHub↗863
  • drizin/codegencsDrizin avatar

    Drizin/CodegenCS

    304View on GitHub↗

    C# Toolkit for Code Generation (T4 alternative!)

    C#codegenerationcodegeneratorcodesmith
    View on GitHub↗304
  • engrajabi/enum.source.generatorEngRajabi avatar

    EngRajabi/Enum.Source.Generator

    197View on GitHub↗

    A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without using reflection.

    C#codegenerationcodegeneratorcsharp-sourcegenerator
    View on GitHub↗197
  • gilzoide/unity-key-value-storeG

    gilzoide/unity-key-value-store

    0View on GitHub↗
    View on GitHub↗0
  • gogo/protobufgogo avatar

    gogo/protobuf

    5,669View on 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
    View on GitHub↗5,669
  • golang/protobufgolang avatar

    golang/protobuf

    10,074View on 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
    View on GitHub↗10,074
  • 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
  • hhblaze/biserH

    hhblaze/Biser

    0View on GitHub↗
    View on GitHub↗0
  • inkeliz/karmemI

    inkeliz/karmem

    0View on GitHub↗
    View on GitHub↗0
  • jamescourtney/flatsharpjamescourtney avatar

    jamescourtney/FlatSharp

    570View on GitHub↗

    Fast, idiomatic C# implementation of Flatbuffers

    C#csharpdeserializationfbs-schema
    View on GitHub↗570
  • jasonxudeveloper/ninoJ

    JasonXuDeveloper/Nino

    0View on GitHub↗
    View on GitHub↗0
  • julienkay/com.doji.flatbuffersJ

    julienkay/com.doji.flatbuffers

    0View on GitHub↗
    View on GitHub↗0
  • koralium/koraliumK

    koralium/Koralium

    0View on GitHub↗
    View on GitHub↗0
  • krzysztofcwalina/poleK

    KrzysztofCwalina/POLE

    0View on GitHub↗
    View on GitHub↗0
  • 1996v/bssom.net1

    1996v/Bssom.Net

    0View on GitHub↗
    View on GitHub↗0