aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cow_darray_perf01.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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