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
·
real-logic avatar

real-logic/simple-binary-encoding

0
View on GitHub↗
3,458 stars·581 forks·Java·Apache-2.0·11 views

Simple Binary Encoding

Simple Binary Encoding (SBE) - High Performance Message Codec

Features

  • Data Structures - High-performance codec for binary message serialization.
  • Data Structures and Memory - High Performance Message Codec.
  • Serialization - Binary encoding for low-latency application messaging.
  • Serialization Libraries - Binary encoding for low-latency applications.
  • Data Structures - Low-latency binary message encoding format.
  • Encoding and Codecs - High-performance message codec optimized for low-latency applications.
  • Serialization and I/O - High-performance message codec for binary data.
  • Serialization Libraries - High-performance binary encoding for low-latency systems.
  • Serialization Protocols - Binary encoding optimized for ultra-low latency systems.

Star history

Star history chart for real-logic/simple-binary-encodingStar history chart for real-logic/simple-binary-encoding

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

Frequently asked questions

What does real-logic/simple-binary-encoding do?

Simple Binary Encoding (SBE) - High Performance Message Codec

What are the main features of real-logic/simple-binary-encoding?

The main features of real-logic/simple-binary-encoding are: Data Structures, Data Structures and Memory, Serialization, Serialization Libraries, Encoding and Codecs, Serialization and I/O, Serialization Protocols.

What are some open-source alternatives to real-logic/simple-binary-encoding?

Open-source alternatives to real-logic/simple-binary-encoding include: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… square/wire — Wire is a cross-platform code generator and implementation of gRPC and Protocol Buffers. It transforms schema… bits-and-blooms/bloom — Go package implementing Bloom filters, used by many important systems. alandefreitas/small — C++ small containers. bits-and-blooms/bitset — Go package implementing bitsets. akkadotnet/hyperion — Polymorphic serialization for .NET.

Open-source alternatives to Simple Binary Encoding

Similar open-source projects, ranked by how many features they share with Simple Binary Encoding.
  • 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
  • square/wiresquare avatar

    square/wire

    4,419View on 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
    View on GitHub↗4,419
  • arximboldi/immerarximboldi avatar

    arximboldi/immer

    2,854View on GitHub↗

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

    C++
    View on GitHub↗2,854
  • akkadotnet/hyperionakkadotnet avatar

    akkadotnet/Hyperion

    281View on GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    View on GitHub↗281
  • See all 30 alternatives to Simple Binary Encoding→