If I load two packages (CuArrays and PyPlot) with a single using statement, it takes roughly 2.5X longer than the total time of the two using statements separately.
Not sure if this is a known issue, or if the cause is understood, but this seemed strange to me.
This is on 0.7.0-alpha.57 and it’s consistent across many runs. I think I’ve seen similar behavior on 0.6.x as well but I didn’t keep an example so I’m not sure about that.