awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to levchenkov/netcode

Open-source alternatives to NetCode

30 open-source projects similar to levchenkov/netcode, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best NetCode alternative.

  • 1996v/bssom.net1

    1996v/Bssom.Net

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • aarnott/nerdbank.messagepackA

    AArnott/Nerdbank.MessagePack

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • akkadotnet/hyperionakkadotnet का अवतार

    akkadotnet/Hyperion

    281GitHub पर देखें↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    GitHub पर देखें↗281
  • alianblank/com.google.flatbuffersA

    AlianBlank/com.google.flatbuffers

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • apache/arrowapache का अवतार

    apache/arrow

    16,529GitHub पर देखें↗

    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
    GitHub पर देखें↗16,529
  • bufbuild/bufbufbuild का अवतार

    bufbuild/buf

    11,211GitHub पर देखें↗

    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
    GitHub पर देखें↗11,211

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • c80k/capnproto-dotnetcoreC

    c80k/capnproto-dotnetcore

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • chronoxor/cppserializationC

    chronoxor/CppSerialization

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • chronoxor/fastbinaryencodingchronoxor का अवतार

    chronoxor/FastBinaryEncoding

    955GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗955
  • cloudwu/sprotocloudwu का अवतार

    cloudwu/sproto

    981GitHub पर देखें↗

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

    C
    GitHub पर देखें↗981
  • cysharp/memorypackCysharp का अवतार

    Cysharp/MemoryPack

    4,598GitHub पर देखें↗

    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#
    GitHub पर देखें↗4,598
  • dbolin/apex.serializationD

    dbolin/Apex.Serialization

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • dogwei/swifter.messagepackD

    Dogwei/Swifter.MessagePack

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • gilzoide/unity-key-value-storeG

    gilzoide/unity-key-value-store

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • gogo/protobufgogo का अवतार

    gogo/protobuf

    5,669GitHub पर देखें↗

    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
    GitHub पर देखें↗5,669
  • golang/protobufgolang का अवतार

    golang/protobuf

    10,074GitHub पर देखें↗

    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
    GitHub पर देखें↗10,074
  • google/flatbuffersgoogle का अवतार

    google/flatbuffers

    25,558GitHub पर देखें↗

    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
    GitHub पर देखें↗25,558
  • hhblaze/biserH

    hhblaze/Biser

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • inkeliz/karmemI

    inkeliz/karmem

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • jamescourtney/flatsharpjamescourtney का अवतार

    jamescourtney/FlatSharp

    570GitHub पर देखें↗

    Fast, idiomatic C# implementation of Flatbuffers

    C#csharpdeserializationfbs-schema
    GitHub पर देखें↗570
  • jasonxudeveloper/ninoJ

    JasonXuDeveloper/Nino

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • julienkay/com.doji.flatbuffersJ

    julienkay/com.doji.flatbuffers

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • koralium/koraliumK

    koralium/Koralium

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • krzysztofcwalina/poleK

    KrzysztofCwalina/POLE

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • leandromoh/recordparserleandromoh का अवतार

    leandromoh/RecordParser

    322GitHub पर देखें↗

    Zero Allocation Writer/Reader Parser for .NET Core

    C#csvdelimiteddotnet-core
    GitHub पर देखें↗322
  • lukewire129/bytepacketsupportL

    lukewire129/BytePacketSupport

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • messagepack-csharp/messagepack-csharpMessagePack-CSharp का अवतार

    MessagePack-CSharp/MessagePack-CSharp

    6,607GitHub पर देखें↗

    MessagePack-CSharp is a high-performance binary serializer for .NET that converts C# objects to and from the compact MessagePack format. It uses compile-time source generation to produce AOT-safe formatters and resolvers, eliminating runtime reflection and enabling ahead-of-time compilation scenarios. The serializer encodes object fields as integer indices instead of string keys, producing compact binary output with deterministic field ordering, and provides stack-allocated reader and writer structs for direct encoding and decoding of MessagePack primitives without heap allocations. The libra

    C#c-sharplz4messagepack
    GitHub पर देखें↗6,607
  • mzaks/flexbuffersunityM

    mzaks/FlexBuffersUnity

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • neuecc/zeroformatterneuecc का अवतार

    neuecc/ZeroFormatter

    2,426GitHub पर देखें↗

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

    C#binaryformatc-sharpserializer
    GitHub पर देखें↗2,426
  • nietras/sepnietras का अवतार

    nietras/Sep

    1,456GitHub पर देखें↗

    World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (csv, tsv etc.). Cross-platform, trimmable and AOT/NativeAOT compatible with blazing fast SIMD vectorized parsing.

    C#csharpcsvcsv-parser
    GitHub पर देखें↗1,456