aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/benchmarks (follow)
Commit message (Collapse)AuthorAge
* cmake: slight CMakeLists.txt refactoringEgor Tensin2021-04-07
|
* cmake: use install_pdbs()Egor Tensin2021-03-24
|
* add `make install`, `make test`, etc.Egor Tensin2021-03-24
| | | | Tests can be called using CTest now.
* cmake: files are per-directory, not per-extensionEgor Tensin2020-10-18
|
* cmake: no more target_include_directories hacksEgor Tensin2020-10-17
|
* cmake: minor tweks for the greater goodEgor Tensin2020-10-17
|
* add missing copyright headersEgor Tensin2020-03-14
|
* clang-format all the codeEgor Tensin2020-01-13
|
* test: add a comment for the benchmarksEgor Tensin2020-01-06
|
* lexer: std:: vs boost:: for whitespace parsingEgor Tensin2020-01-06
| | | | Added the corresponding benchmarks too.
* lexer: add alternative boost::regex implementationsEgor Tensin2020-01-03
|
* add a basic benchmark for lexerEgor Tensin2020-01-03
I suspect std::regex is _horribly_ slow. Will compare it to boost::regex, then decide.