6 Feb
2020
6 Feb
'20
1:09 p.m.
Am 06.02.20 um 07:12 schrieb Jeff Trull:
Would there be any interest in exploring this kind of refactoring? I think there could be substantial benefits in compile time, as well as some runtime improvement (depending on how often the Python/C++ boundary is crossed).
I don't think the important issue is whether we use boost::any or std::variant. The high compile times stem simply from the fact we have to cycle through the Cartesian product of the set of types of each parameter. I don't see how using std::variant changes this in any way. -- Tiago de Paula Peixoto <tiago@skewed.de>