rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
153 stars 47 forks source link

Revert range and column caching #1147

Closed TwitchBronBron closed 3 months ago

TwitchBronBron commented 3 months ago

Turns out #940 actually slowed down performance. It's faster to just make new Range and Location objects directly. V8 does a great job optimizing this flow.

Caching enabled on local: image

Caching disabled on local: image