Skip to content

Struct LuaValues #12

@BraedonWooding

Description

@BraedonWooding

Rather than storing lua values as classes we should store our core data type as a struct. It's significantly more performant (with less memory overhead), we can go from 32 bytes -> 16 bytes (using NaN boxing, we always need 16 though because we need an object ref & a unmanaged long int, you can't mix the two in a single object).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions