Skip to content

Figure out a way to convert Continuation to Env only once per continuation #184

@alaviss

Description

@alaviss

Converting to Env is extremely expensive due to how Nim's object conversion check is implemented.

Currently we perform one conversion per environment access, which gets pretty expensive (try compiling stash/performance with --objChecks:on).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions