awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to real-logic/simple-binary-encoding

Open-source alternatives to Simple Binary Encoding

30 open-source projects similar to real-logic/simple-binary-encoding, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Simple Binary Encoding alternative.

  • 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
  • square/wireAvatar de square

    square/wire

    4,419Ver en GitHub↗

    Wire is a cross-platform code generator and implementation of gRPC and Protocol Buffers. It transforms schema definitions into type-safe native language bindings for Kotlin, Swift, and Java to ensure consistent data exchange and communication between distributed systems. The project provides specialized tools for protocol buffer schema management, including the ability to prune unused types and filter fields by version to reduce final binary sizes. It also handles namespace management and allows for the creation of custom schema handlers to execute user-defined logic during the compilation ph

    Kotlin
    Ver en GitHub↗4,419
  • rigtorp/mpmcqueueAvatar de rigtorp

    rigtorp/MPMCQueue

    1,532Ver en GitHub↗

    A bounded multi-producer multi-consumer concurrent queue written in C++11

    C++
    Ver en GitHub↗1,532
  • gutjuri/triesAvatar de gutjuri

    gutjuri/tries

    13Ver en GitHub↗

    Tries in C++

    C++
    Ver en GitHub↗13

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.

Find more with AI search
  • ned14/outcomeAvatar de ned14

    ned14/outcome

    774Ver en GitHub↗
    C++boostc-plus-plus
    Ver en GitHub↗774
  • protocolbuffers/protobufAvatar de protocolbuffers

    protocolbuffers/protobuf

    71,359Ver en GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different programming languages. The project distinguishes itself through a highly efficient binary wire format that utilizes tag-based encoding and variable-width integer compression to minimize payload size and processing overhead. It supports robust evolutionary schema management, allowing d

    C++marshallingprotobufprotobuf-runtime
    Ver en GitHub↗71,359
  • deckarep/golang-setAvatar de deckarep

    deckarep/golang-set

    4,690Ver en GitHub↗

    This project is a set theory library for Go that provides a data structure for storing unique elements of any comparable type using generics. It serves as a tool for managing unique collections and performing mathematical operations such as intersections and differences. The library provides synchronized collections to prevent data races during concurrent read and write operations. It also supports converting unique collections to and from JSON arrays for data persistence and network transmission. The implementation covers membership testing, collection cloning, and size calculation. It incl

    Go
    Ver en GitHub↗4,690
  • bits-and-blooms/bloomAvatar de bits-and-blooms

    bits-and-blooms/bloom

    2,791Ver en GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    Ver en GitHub↗2,791
  • golang/protobufAvatar de golang

    golang/protobuf

    10,074Ver en 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
    Ver en GitHub↗10,074
  • greg7mdp/parallel-hashmapAvatar de greg7mdp

    greg7mdp/parallel-hashmap

    3,192Ver en GitHub↗

    A family of header-only, very fast and memory-friendly hashmap and btree containers.

    C++
    Ver en GitHub↗3,192
  • jamesnk/newtonsoft.jsonAvatar de JamesNK

    JamesNK/Newtonsoft.Json

    11,262Ver en GitHub↗

    Newtonsoft.Json is a data processing utility for the .NET ecosystem designed to facilitate the transformation and exchange of information. It functions as a serialization library and object mapping framework, enabling the conversion of complex application objects into formatted JSON strings and the reconstruction of structured objects from raw JSON data. The library distinguishes itself through a flexible architecture that supports both strongly-typed class mapping and a dynamic object model for schema-less data manipulation. It employs reflection-based metadata mapping to automate property a

    C#c-sharpjson
    Ver en GitHub↗11,262
  • msgpack/msgpack-cAvatar de msgpack

    msgpack/msgpack-c

    3,328Ver en GitHub↗

    MessagePack implementation for C and C++ / msgpack.orgC/C++

    Ver en GitHub↗3,328
  • protobuf-c/protobuf-cAvatar de protobuf-c

    protobuf-c/protobuf-c

    2,973Ver en GitHub↗

    Protocol Buffers implementation in C

    C++
    Ver en GitHub↗2,973
  • alandefreitas/smallAvatar de alandefreitas

    alandefreitas/small

    150Ver en GitHub↗

    C++ small containers

    C++
    Ver en GitHub↗150
  • bits-and-blooms/bitsetAvatar de bits-and-blooms

    bits-and-blooms/bitset

    1,505Ver en GitHub↗

    Go package implementing bitsets

    Go
    Ver en GitHub↗1,505
  • cameron314/concurrentqueueAvatar de cameron314

    cameron314/concurrentqueue

    12,070Ver en GitHub↗

    ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer multi-consumer thread communication. It functions as a synchronization primitive designed to coordinate data flow between concurrent execution units using atomic operations rather than traditional mutex locking. The library distinguishes itself through a design that minimizes contention and synchronization overhead. It utilizes sub-queue token mapping to distribute workloads across partitioned internal queues and supports bulk operations to transfer multiple data elements in singl

    C++
    Ver en GitHub↗12,070
  • capnproto/capnprotoAvatar de capnproto

    capnproto/capnproto

    13,089Ver en GitHub↗

    CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication library providing a schema-based data interchange format that eliminates the need to encode or decode data before reading it from memory. The system enables high-performance data serialization and low-latency network communication. It supports cross-language data exchange by using a defined schema to ensure consistent binary representation across different platforms. The framework provides tools for implementing remote procedure calls, allowing functions to be invoked on a remo

    C++
    Ver en GitHub↗13,089
  • chronoxor/fastbinaryencodingAvatar de chronoxor

    chronoxor/FastBinaryEncoding

    955Ver en GitHub↗

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

    C++
    Ver en GitHub↗955
  • flesler/hashmapAvatar de flesler

    flesler/hashmap

    382Ver en GitHub↗

    HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified

    JavaScript
    Ver en GitHub↗382
  • gogo/protobufAvatar de gogo

    gogo/protobuf

    5,669Ver en 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
    Ver en GitHub↗5,669
  • facebook/immutable-jsAvatar de facebook

    facebook/immutable-js

    33,060Ver en GitHub↗

    This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation of objects and arrays. It serves as an immutable state management tool and functional programming utility, ensuring that data remains unchanged after creation to simplify change detection and state tracking. The library enables the maintenance of application state by producing new versions of data structures during updates. It focuses on efficient data comparison by checking actual content instead of memory references and supports a functional programming workflow to prevent

    TypeScript
    Ver en GitHub↗33,060
  • google/protobufAvatar de google

    google/protobuf

    71,412Ver en GitHub↗

    Protocol Buffers is a binary serialization framework used to encode structured information into compact payloads to reduce network bandwidth and storage. It functions as a cross-language data interchange standard that enables different platforms and languages to exchange structured data using a shared schema. The project includes an interface definition language compiler that transforms schema definitions into type-safe source code for multiple target programming languages. This mechanism decouples data structures from specific language memory layouts and ensures consistent data handling acro

    C++
    Ver en GitHub↗71,412
  • hrldcpr/pcollectionsAvatar de hrldcpr

    hrldcpr/pcollections

    784Ver en GitHub↗

    A Persistent Java Collections Library

    Java
    Ver en GitHub↗784
  • jamescourtney/flatsharpAvatar de jamescourtney

    jamescourtney/FlatSharp

    570Ver en GitHub↗

    Fast, idiomatic C# implementation of Flatbuffers

    C#csharpdeserializationfbs-schema
    Ver en GitHub↗570
  • martinus/robin-hood-hashingAvatar de martinus

    martinus/robin-hood-hashing

    1,613Ver en GitHub↗

    Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20

    C++
    Ver en GitHub↗1,613
  • mauriciosantos/buckets-jsAvatar de mauriciosantos

    mauriciosantos/Buckets-JS

    1,257Ver en GitHub↗

    A complete, fully tested and documented data structure library written in pure JavaScript.

    JavaScriptbagbinary-heapbinary-search
    Ver en GitHub↗1,257
  • akkadotnet/hyperionAvatar de akkadotnet

    akkadotnet/Hyperion

    281Ver en GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    Ver en GitHub↗281
  • pascaldekloe/colferP

    pascaldekloe/colfer

    0Ver en GitHub↗

    Colfer is a binary serialization format optimized for speed and size.

    Ver en GitHub↗0
  • arximboldi/immerAvatar de arximboldi

    arximboldi/immer

    2,854Ver en GitHub↗

    Postmodern immutable and persistent data structures for C++ — value semantics at scale

    C++
    Ver en GitHub↗2,854
  • gvinciguerra/pgm-indexAvatar de gvinciguerra

    gvinciguerra/PGM-index

    872Ver en GitHub↗

    🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes

    C++
    Ver en GitHub↗872