awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesMutable and Immutable Zero-Copy References

Methods for obtaining mutable or immutable references to zero-copy account data in memory for direct read and write operations.

Distinct from Zero-Copy: Distinct from Zero-Copy: focuses on the reference-level access pattern (mutable vs immutable) for Solana account data, not the serialization framework itself.

Explore 1 awesome GitHub repository matching data & databases · Mutable and Immutable Zero-Copy References. Refine with filters or upvote what's useful.

Awesome Mutable and Immutable Zero-Copy References GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • solana-foundation/anchorAvatar de solana-foundation

    solana-foundation/anchor

    5,090Voir sur 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

    Provides both mutable and immutable zero-copy references for reading and modifying Solana account data directly from memory.

    Rustblockchaincoralrust
    Voir sur GitHub↗5,090
  1. Home
  2. Data & Databases
  3. Serialization Frameworks
  4. Zero-Copy
  5. Mutable and Immutable Zero-Copy References