aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cow_darray_perf01.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make cow_darray::equal_comparator noexceptSven Göthel2024-05-201-1/+1
* cleanup C++20: Review bugprone-casting-through-void; Fix includes; Use type-t...Sven Göthel2024-05-191-4/+2
* darray, darray_sorted, cow_darray: Place template typearg Size_type 2nd befor...Sven Gothel2022-11-271-38/+38
* clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts...Sven Gothel2022-11-261-1/+1
* ClangTidy: Fix test codeSven Gothel2022-11-211-1/+1
* Tests: Don't include iostream if not explicitly usedSven Gothel2022-08-051-1/+0
* Catch2: Adopt tests to v3.0.1Sven Gothel2022-06-191-3/+0
* darray<> Non-Type Template Parameter: Remove use_realloc (fully deducted), se...Sven Gothel2021-10-231-19/+20
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-1/+1
* test_cow_darray_perf01.cpp: Unroll functions and use CoW's push_back_unique(....Sven Gothel2021-01-111-15/+118
* cow_darray, darray: Add type_trait query is_darray_type<T>::value and test_co...Sven Gothel2021-01-091-48/+130
* cow_darray: Fail safe API: Only [c]begin() iterator retrieval, leave other op...Sven Gothel2021-01-071-46/+4
* test_cow_darray_perf01: Add jau:: to callocator to align with std::allocator ...v0.2.11Sven Gothel2021-01-061-13/+13
* darray using new callocator supporting realloc: Avoiding loop over elements w...Sven Gothel2021-01-061-89/+98
* test_cow_darray_perf01: Have 'test*_list*(..) perform simple work, avoiding '...Sven Gothel2021-01-061-126/+69
* test_cow_darray_perf01: Using own jau::find(..) gives 3x performance boost of...Sven Gothel2021-01-041-18/+19
* Reinstate 'test_cow_darray_01' for general test; Add 'test_cow_iterator_01' f...Sven Gothel2021-01-041-13/+49
* Add: darray, cow_darray, cow_iterator; Adjust cow_vector to cow_darray findin...Sven Gothel2021-01-021-0/+565