aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_hashset_perf01.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-1/+1
* cow_darray: Fail safe API: Only [c]begin() iterator retrieval, leave other op...Sven Gothel2021-01-071-43/+4
* darray using new callocator supporting realloc: Avoiding loop over elements w...Sven Gothel2021-01-061-50/+41
* Update test_hashset_perf01: Nothing beats the unordered hash-set >= 100 eleme...Sven Gothel2021-01-061-154/+273
* test_hashset_perf01: No Catch2 BENCHMARK in auto_run (takes to long for build)Sven Gothel2021-01-021-61/+44
* Add benchmark tests: cowvector and hashset, also using new counting_allocator...Sven Gothel2020-12-251-0/+350