Open
Description
In a recent discussion with @mpark, we found out that his implementation of multi visitation on variants was much faster than an equivalent implementation based on Hana (in terms of compile-time, we didn't check the runtime). This might hint at a performance problem in hana::cartesian_product
, or even at a more general performance problem with constexpr-based computation of indices. This has to be looked into.