Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. |