zom-lang / zom

Zom is a Ahead Of Time compiled system programming language.
Other
4 stars 2 forks source link

Lex2regex #13

Closed Larsouille25 closed 1 year ago

Larsouille25 commented 1 year ago

Improve the lexer using regex so it's more easy and concise.

The performances are too slow :

Larsouille25 commented 1 year ago

Unless anyone finds a better way to do this with comparable performance as the lexer in the main branch, this Pull Request is closed

Larsouille25 commented 1 year ago

image The image shows the benchmark of the current lexer, before it was the lexer with regex and after the lexer that is currently in main. So "criterion" reports -99.980% and -98.567% reduction in execution time.