aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/benchmarks/lexer.cpp (unfollow)
Commit message (Collapse)Author
2020-10-17cmake: no more target_include_directories hacksEgor Tensin
2020-03-14add missing copyright headersEgor Tensin
2020-01-13clang-format all the codeEgor Tensin
2020-01-06test: add a comment for the benchmarksEgor Tensin
2020-01-06lexer: std:: vs boost:: for whitespace parsingEgor Tensin
Added the corresponding benchmarks too.
2020-01-03lexer: add alternative boost::regex implementationsEgor Tensin
2020-01-03add a basic benchmark for lexerEgor Tensin
I suspect std::regex is _horribly_ slow. Will compare it to boost::regex, then decide.