csly icon indicating copy to clipboard operation
csly copied to clipboard

generic lexer performance

Open b3b00 opened this issue 1 year ago • 0 comments

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.

b3b00 avatar Aug 30 '22 07:08 b3b00