JaimeGensler / thyseus

An archetypal Entity Component System, built entirely in Typescript
MIT License
74 stars 3 forks source link

[FEAT] Improve rollup plugin performance #47

Open JaimeGensler opened 1 year ago

JaimeGensler commented 1 year ago

Vite transformer can be a bit slow - discord thread about that. TL;DR is that createProgram is very slow - should investigate how ts-morph handles things as it appears much faster as mentioned in the thread