Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add missing copyright headers | Egor Tensin | 2020-03-14 |
| | |||
* | clang-format all the code | Egor Tensin | 2020-01-13 |
| | |||
* | test: add a comment for the benchmarks | Egor Tensin | 2020-01-06 |
| | |||
* | lexer: std:: vs boost:: for whitespace parsing | Egor Tensin | 2020-01-06 |
| | | | | Added the corresponding benchmarks too. | ||
* | lexer: add alternative boost::regex implementations | Egor Tensin | 2020-01-03 |
| | |||
* | add a basic benchmark for lexer | Egor Tensin | 2020-01-03 |
I suspect std::regex is _horribly_ slow. Will compare it to boost::regex, then decide. |