ragestudio/corenode

[core] Bad peformance on runtime code execution

オープン

#15 opened on 2021/09/17

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (0 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • 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

コントリビューターガイド