musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Reuse Builder results #172

Open iccir opened 1 year ago

iccir commented 1 year ago

When possible, we should reuse the previous Builder results rather than create a new Builder and re-building. In our source base, this would save 130ms-140ms for each incremental recompile.