awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Position-Independent Data Formats · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesPosition-Independent Data Formats

Data structures designed to be relocatable in memory without requiring pointer fix-ups.

Distinguishing note: Specifically addresses memory-mapped or shared-memory data portability.

Explore 1 awesome GitHub repository matching software engineering & architecture · Position-Independent Data Formats. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Position-Independent Data Formats

Awesome Position-Independent Data Formats GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • google/flatbuffers

    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

    Organizes data structures using relative pointers and offsets to ensure buffers remain position-independent and easily shareable.

    C++cc-plus-plusc-sharp
    25,558View on GitHub↗