ragestudio/corenode

[core] Bad peformance on runtime code execution

Offen

#15 geöffnet am 17.09.2021

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)TypeScript (0 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (6 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

  • 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