crypto
crypto copied to clipboard
Improve lexer performance by reordering switch statement
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.