catch2/projects
Martin Hořeňovský d36c15c3ca
Store tags in one big pre-allocated string and only work with refs
This should decrease the number of allocations before main is entered
significantly, but complicates the code somewhat in return.

Assuming I used `massif` right, doing just `SelfTest --list-tests`
went from 929 allocations at "Remove gcc-4.9 from the travis builds"
(2 commits up), to 614 allocations with this commit.
2019-11-14 10:53:12 +01:00
..
ExtraTests Set CMakeLists to default to C++14 for our internal projects 2019-11-07 13:02:43 +01:00
SelfTest Store tags in one big pre-allocated string and only work with refs 2019-11-14 10:53:12 +01:00
XCode/OCTest Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
CMakeLists.txt Set CMakeLists to default to C++14 for our internal projects 2019-11-07 13:02:43 +01:00