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 RepositoriesField Offset Accessors

Mechanisms for retrieving object properties using fixed memory offsets instead of runtime lookups.

Distinct from Offset-Based Addressing: Distinct from Offset-Based Addressing: focuses on object field access in a VM rather than binary blob navigation.

Explore 1 awesome GitHub repository matching data & databases · Field Offset Accessors. Refine with filters or upvote what's useful.

Awesome Field Offset Accessors 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.
  • wren-lang/wrenAvatar de wren-lang

    wren-lang/wren

    8,043Voir sur GitHub↗

    Wren is an embeddable, class-based scripting language and bytecode interpreter. It provides a dependency-free virtual machine designed for integrating dynamic script execution into host applications via a C API. The language is centered on a modern object-oriented model featuring inheritance, method overloading, and first-class functions. It utilizes a concurrent fiber runtime to manage lightweight, cooperatively scheduled execution paths without relying on operating system threads. The project includes a comprehensive suite of object-oriented primitives, closure-based state capture, and a m

    Implements fixed-offset field access to eliminate expensive hash table lookups for object properties.

    Wrenbytecodecfibers
    Voir sur GitHub↗8,043
  1. Home
  2. Data & Databases
  3. Pointer-Based Navigation
  4. Offset-Based Addressing
  5. Field Offset Accessors