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

`ProgressLogging` progress bar has large overhead

Open yha opened this issue 2 years ago • 1 comments

Using ProgressLogging.@progress inside Pluto causes a large overhead that scales roughly with the number of iterations. In this very simple notebook, it's about 0.05 seconds per iteration. In my actual use case, I observed an overhead of about 0.2 seconds per iteration (which happens to be longer than the computation itself). https://gist.github.com/yha/9874d03c15175e4075bab565f3730b80

https://user-images.githubusercontent.com/4170948/177637740-19a428e4-8ac7-4a45-ac3f-169e298335bb.mp4

yha avatar Jul 06 '22 20:07 yha

Thanks for reporting! It will be fixed in the next release

Pangoraw avatar Jul 23 '22 08:07 Pangoraw

#2894 was reverted so this is fixed again

fonsp avatar May 08 '24 09:05 fonsp