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

[POC] Implementing parallel download logic for async downloader job #1891

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

raj-prince
Copy link
Collaborator

Description

Tried reading a file of 404 MB:

Time taken to download with single thread: 23 s
Time taken to download with multiple threads (16MiB each): 3 s
Time taken to incremental download with multiple threads (16 MiB each): 12s (8, 32, 128, 235)

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA

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

Successfully merging this pull request may close these issues.

None yet

1 participant