I verified this issue both on Windows 7 and Linux. Printout of a UnicodePlots plot is much slower with Julia Nightly than with Julia v0.6. Not sure if the issue is with terminal printout in general, or with UnicodePlots in particular. Run the following code to reproduce the issue:
Sorry I did not think that deprecations could be the cause, because UnicodePlot printing was slow not only at the first run (showing warnings) but also at the following ones.
The warnings for the deprecations are only shown once but the work they do (collecting backtraces to see if this warning has already been printed) happens every time.
This. Deprecated functions are super slow all the time. Fix them and you’ll get your performance back. Or if you’re not going to fix them, turn them off entirely with julia —depwarn=no