index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_cow_darray_perf01.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make cow_darray::equal_comparator noexcept
Sven Göthel
2024-05-20
1
-1
/
+1
*
cleanup C++20: Review bugprone-casting-through-void; Fix includes; Use type-t...
Sven Göthel
2024-05-19
1
-4
/
+2
*
darray, darray_sorted, cow_darray: Place template typearg Size_type 2nd befor...
Sven Gothel
2022-11-27
1
-38
/
+38
*
clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts...
Sven Gothel
2022-11-26
1
-1
/
+1
*
ClangTidy: Fix test code
Sven Gothel
2022-11-21
1
-1
/
+1
*
Tests: Don't include iostream if not explicitly used
Sven Gothel
2022-08-05
1
-1
/
+0
*
Catch2: Adopt tests to v3.0.1
Sven Gothel
2022-06-19
1
-3
/
+0
*
darray<> Non-Type Template Parameter: Remove use_realloc (fully deducted), se...
Sven Gothel
2021-10-23
1
-19
/
+20
*
Consolidate conversion to hex and decimal string: template<> to_hexstring() a...
Sven Gothel
2021-02-10
1
-1
/
+1
*
test_cow_darray_perf01.cpp: Unroll functions and use CoW's push_back_unique(....
Sven Gothel
2021-01-11
1
-15
/
+118
*
cow_darray, darray: Add type_trait query is_darray_type<T>::value and test_co...
Sven Gothel
2021-01-09
1
-48
/
+130
*
cow_darray: Fail safe API: Only [c]begin() iterator retrieval, leave other op...
Sven Gothel
2021-01-07
1
-46
/
+4
*
test_cow_darray_perf01: Add jau:: to callocator to align with std::allocator ...
v0.2.11
Sven Gothel
2021-01-06
1
-13
/
+13
*
darray using new callocator supporting realloc: Avoiding loop over elements w...
Sven Gothel
2021-01-06
1
-89
/
+98
*
test_cow_darray_perf01: Have 'test*_list*(..) perform simple work, avoiding '...
Sven Gothel
2021-01-06
1
-126
/
+69
*
test_cow_darray_perf01: Using own jau::find(..) gives 3x performance boost of...
Sven Gothel
2021-01-04
1
-18
/
+19
*
Reinstate 'test_cow_darray_01' for general test; Add 'test_cow_iterator_01' f...
Sven Gothel
2021-01-04
1
-13
/
+49
*
Add: darray, cow_darray, cow_iterator; Adjust cow_vector to cow_darray findin...
Sven Gothel
2021-01-02
1
-0
/
+565