Closed
Description
In a few places, the performance of splatting a number has shown up: #29060, #28764 (comment) and working around this give signficiant speed-ups.
The code is well inferred but there is a call to _apply
instead of the actual method. This dissapears if the number is wrapped in a tuple.
It would be nice to have this fixed so these type of workarounds are no longer needed.
Ref #27434 (comment)