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
·

1 repositorio

Awesome GitHub RepositoriesAccount Data Structures

Data structures that programs read and write directly from account memory, avoiding serialization overhead.

Distinct from Zero-Copy: Distinct from Zero-Copy: focuses on defining the data structures themselves for Solana accounts, not the serialization framework.

Explore 1 awesome GitHub repository matching data & databases · Account Data Structures. Refine with filters or upvote what's useful.

Awesome Account Data Structures GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • solana-foundation/anchorAvatar de solana-foundation

    solana-foundation/anchor

    5,090Ver en GitHub↗

    Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific language (DSL) that uses macro‑based instruction dispatch and derive‑macro account validation to automate ownership checks, discriminator enforcement, and serialization before instruction execution. The framework also includes a CLI toolchain for scaffolding, compiling, and managing contracts across workspaces, a test harness that simulates program execution with account manipulation and compute unit benchmarking, and an IDL generator that emits a standardized JSON interface fr

    Defines data structures that programs read and write directly from Solana account memory, avoiding serialization overhead.

    Rustblockchaincoralrust
    Ver en GitHub↗5,090
  1. Home
  2. Data & Databases
  3. Serialization Frameworks
  4. Zero-Copy
  5. Account Data Structures