Improve lexer performance by reordering switch statement
Opened this issue · 0 comments
lvcabral commented
Here's a pull request in BrighterScript that increases the performance of the lexer by 5-20% by re-ordering the items in the scan()
switch statement. You might want to consider doing the same in brs
.
Original issue by @TwitchBronBron at sjbarag#456