Skip to content

Add custom Array type to lualib #262

@lolleko

Description

@lolleko

This Array type should be used instead of Lua default table implementation to account for things like sparse arrays.

The added Array type will only be available via a compilerOption.
If this options is not set, default Lua tables will be used for arrays.

This custom Array will have a rather big runtime performance impact, so it will be optional.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions