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

Find optimal chunk size. #2

Open
0xhrsh opened this issue Oct 2, 2020 · 0 comments
Open

Find optimal chunk size. #2

0xhrsh opened this issue Oct 2, 2020 · 0 comments
Assignees
Labels
hacktoberfest Issue open for hacktober fest help wanted Extra attention is needed

Comments

@0xhrsh
Copy link
Owner

0xhrsh commented Oct 2, 2020

Right now the chunk size is a random number. We need to find a chunk size that gives it the best performance.
For optimality:

  • The time taken by the server to respond with the chunk should be equal to the average interval of a request.
  • We should choose the biggest chunk size among the options satisfying the above rule
@0xhrsh 0xhrsh added hacktoberfest Issue open for hacktober fest help wanted Extra attention is needed labels Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issue open for hacktober fest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants