b3b00/csly

generic lexer performance

b3b00 opened this issue · 0 comments

b3b00 commented

Lexing is still the performance bottleneck in the global parsing process, if with the generic lexer :

image

Lexing may be improved by generating source code at build time (source code generator) or IL at runtime.