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 <[email protected]>
_______________________________________________
graph-tool mailing list
[email protected]
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to