ProgressMeter.jl icon indicating copy to clipboard operation
ProgressMeter.jl copied to clipboard

`enabled=false` only suppresses output, still has overhead

Open Socob opened this issue 10 months ago • 0 comments

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!

Socob avatar Apr 26 '24 15:04 Socob