in reply to Acceleration ETA algorithm

Could you include a common use case?

Replies are listed 'Best First'.
Re^2: Acceleration ETA algorithm
by phizel (Acolyte) on Jan 27, 2024 at 19:59 UTC
    When you want to print out progress but don't actually want a progress bar like Term::ProgressBar.
      > like Term::ProgressBar.

      Hmm, the thing with progress bars (as I know them) is that they only move right. A considerable slow down will stall them, without giving a hint about a new prognosis.

      They often only show the amount of work done, like percentage of downloaded data.

      But an ETA can adapt and give a better feedback, how long to wait.

      Like if a torrent download is losing connection to seeders, and the ratio drops.

      I still have to read this test in detail, I'm wondering by which objective criteria those algorithms are judged. (?)

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      see Wikisyntax for the Monastery

Re^2: Acceleration ETA algorithm (Estimated Time of Arrival)
by LanX (Saint) on Jan 28, 2024 at 01:13 UTC
    ETA = Estimated Time of Arrival

    I had to search for it too. Don't think I heard it before in the context of applications.

    The OP would have been clearer if it included at least one non-abbreviated reference.

    It's akin to ongoing downloads estimating the remaining minutes till completion.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery