ragestudio/corenode

[core] Bad peformance on runtime code execution

Open

#15 opened on Sep 17, 2021

 (1 comment) (0 reactions) (1 assignee)TypeScript (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

  • When runtime perform a transformation for code execution uses internal/builder based on the slow babel transcompiler, causing a high asynchronous lock times.

  • Some internal components from core needs to be transformed on runtime (like VMT, addons).

Proposal

  • Refactor methods for implements new transcompiler provided

Contributor guide