awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • wren-lang/wrenwren-lang 的头像

    wren-lang/wren

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