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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • wren-lang/wrenAvatar de wren-lang

    wren-lang/wren

    8,043Ver en 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
    Ver en GitHub↗8,043
  1. Home
  2. Data & Databases
  3. Pointer-Based Navigation
  4. Offset-Based Addressing
  5. Field Offset Accessors