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`).
Converting to
Envis 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/performancewith--objChecks:on).