Skip to content

Use enums where possible #60

Open
Open
@PiotrSikora

Description

@PiotrSikora

Currently, we're passing strings across the ABI boundary to represent static values. Most notable examples are properties and custom function names for hostcalls and callbacks. We should move away from those (string comparison is much more expensive than integers) and provide registries for well-known values supported across proxies.

See discussion in #42 (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions