ragestudio/corenode

[core] Bad peformance on runtime code execution

Aperta

#15 aperta il 17 set 2021

 (1 commento) (0 reazioni) (1 assegnatario)TypeScript (0 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (6 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

  • 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

Guida contributor