Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Method for Progress Calculation #65

Closed
navossoc opened this issue Oct 17, 2017 · 1 comment
Closed

Better Method for Progress Calculation #65

navossoc opened this issue Oct 17, 2017 · 1 comment

Comments

@navossoc
Copy link

I think you should calculate the progress based on the raw file sizes and not on the file count.

For example:
If you have 10 files total, being 9 files with 1 mb and 1 file with 1 gb.
Then, if the smaller files process first, you will end up with 90% of the progress done and 10% that will last for a really long time.

If you calculate the progress based on the file sizes the progress will be a little more fair.

[]'s

@Iridium-IO Iridium-IO changed the title Progress calculation Better Method for Progress Calculation Nov 4, 2017
@SyedOmarNoor
Copy link

for anyone who's wondering, "[]'s" supposedly means "abraços" (hugs in portugese)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants