ProgressMeter.jl
ProgressMeter.jl copied to clipboard
`enabled=false` only suppresses output, still has overhead
Using @showprogress enabled=false
suppresses output from being printed, but any overhead from updating the Progress
object is still there (see e. g. progress_map()
). I think enabled=false
should make @showprogress
a no-op instead, since anything beyond that is just wasted time!