1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
if testing with valgring, also be nice .. More... over 4 years ago
if testing with valgring, also be nice .. More... over 4 years ago
darray using new callocator supporting realloc: Avoiding loop over elements w/ placement-new move-ctor with simple realloc More... over 4 years ago
darray using new callocator supporting realloc: Avoiding loop over elements w/ placement-new move-ctor with simple realloc More... over 4 years ago
Update benchmarks .. adding hashset More... over 4 years ago
Update benchmarks .. adding hashset More... over 4 years ago
Update test_hashset_perf01: Nothing beats the unordered hash-set >= 100 elements within single thread usage (no CoW, no mutex nor sync) More... over 4 years ago
Update test_hashset_perf01: Nothing beats the unordered hash-set >= 100 elements within single thread usage (no CoW, no mutex nor sync) More... over 4 years ago
test_cow_darray_perf01: Have 'test*_list*(..) perform simple work, avoiding 'optimizing away'; Cleanup; Use pre-incr instead of post-incr. More... over 4 years ago
test_cow_darray_perf01: Have 'test*_list*(..) perform simple work, avoiding 'optimizing away'; Cleanup; Use pre-incr instead of post-incr. More... over 4 years ago
eclipse: only compile test_cow_darray_perf01.cpp for single exe test build (debug/performance) More... over 4 years ago
eclipse: only compile test_cow_darray_perf01.cpp for single exe test build (debug/performance) More... over 4 years ago
Tagging unit tests as examples: FunctionDef, ringbuffer, sc_atomic_critical, ... More... over 4 years ago
Tagging unit tests as examples: FunctionDef, ringbuffer, sc_atomic_critical, ... More... over 4 years ago
Adding jau::for_each_fidelity with documentation 'Usage of const_iterator to call non-const methods' and 'Use const_iterator over iterator with CoW if possible' More... over 4 years ago
Adding jau::for_each_fidelity with documentation 'Usage of const_iterator to call non-const methods' and 'Use const_iterator over iterator with CoW if possible' More... over 4 years ago
cow_iterator: Move free operator overloads into namespace jau; Ooops .. slipped this one More... over 4 years ago
cow_iterator: Move free operator overloads into namespace jau; Ooops .. slipped this one More... over 4 years ago
basic_types: Use '__cxx_rtti_available__' in type_name_cue::name() More... over 4 years ago
basic_types: Use '__cxx_rtti_available__' in type_name_cue::name() More... over 4 years ago
cpp_lang_macros: Define '__cxx_rtti_available__' if compiled with RTTI support (clang, gcc, msvc) More... over 4 years ago
cpp_lang_macros: Define '__cxx_rtti_available__' if compiled with RTTI support (clang, gcc, msvc) More... over 4 years ago
Updated README.md More... over 4 years ago
Updated README.md More... over 4 years ago
doxygen: exclude catch2 (only include 'include/jau') More... over 4 years ago
doxygen: exclude catch2 (only include 'include/jau') More... over 4 years ago
Update test_cow_darray_perf01 logs amd64 and arm64-raspi4 More... over 4 years ago
Update test_cow_darray_perf01 logs amd64 and arm64-raspi4 More... over 4 years ago
cow_iterator: template iterator_type -> std::string conversion; Cleanup test_cow_iterator_01; All tests passed! More... over 4 years ago
cow_iterator: template iterator_type -> std::string conversion; Cleanup test_cow_iterator_01; All tests passed! More... over 4 years ago