aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_functional_perf.hpp
Commit message (Expand)AuthorAgeFilesLines
* C++20: Avoid using add-assign on volatile lvalue (deprecated in C++20), use e...Sven Gothel2022-12-301-15/+15
* jau::function: Perf Test: Add comparison of lambda std vs jau w/ and w/o capt...Sven Gothel2022-11-281-9/+38
* ClangTidy: Fix test codeSven Gothel2022-11-211-0/+4
* cpp_lang_util.hpp: Have is_rtti_available* as a type trait and constexpr inli...Sven Gothel2022-10-171-1/+2
* functional: Misc refinements: Data hiding, clear names, ...v0.17.1Sven Gothel2022-10-101-2/+14
* functional: Add support for Y combinator and deducing this lambda functions (...v0.17.0Sven Gothel2022-10-101-13/+55
* jau::function: Use optimized Static Polymorphic `delegate_t<R(A...)>` (footpr...Sven Gothel2022-10-071-0/+3
* Revised jau::function: Revise back to vanilla Runtime Polymorphic `target_t<R...Sven Gothel2022-10-071-26/+239
* functional: Add general lambda support, revise API doc, have native target fu...Sven Gothel2022-09-191-94/+31
* functional: Cleanup API doc; Add fast path target function target_t::delegate...Sven Gothel2022-09-171-0/+292