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
microsoft avatar

microsoft/bondArchived

0
View on GitHub↗
2,625 stars·331 forks·C++·MIT·11 views

Bond

Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.

Features

  • Serialization - Cross-platform framework for working with schematized data structures.
  • Data Serialization - Framework for working with schematized data in high-scale services.
  • Serialization - Cross-platform schematized data framework.

Star history

Star history chart for microsoft/bondStar history chart for microsoft/bond

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Bond

Similar open-source projects, ranked by how many features they share with Bond.
  • 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
  • ghostiam/binstructG

    ghostiam/binstruct

    0View on GitHub↗
    View on GitHub↗0
  • 32leaves/bel3

    32leaves/bel

    0View on GitHub↗
    View on GitHub↗0
  • esotericsoftware/kryoEsotericSoftware avatar

    EsotericSoftware/kryo

    6,529View on GitHub↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    HTML
    View on GitHub↗6,529
See all 30 alternatives to Bond→

Frequently asked questions

What does microsoft/bond do?

Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.

What are the main features of microsoft/bond?

The main features of microsoft/bond are: Serialization, Data Serialization.

What are some open-source alternatives to microsoft/bond?

Open-source alternatives to microsoft/bond include: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… glycerine/go-capnproto. 32leaves/bel. esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… glycerine/bambam. ghostiam/binstruct.