Skip to content

increasing download speed in cases where multiple papers are zipped #463

Description

@Abh1noob

currently its sequential, which means fetch waits for the previous one to finish, the total download time grows linearly with the number of selected papers.

download files in parallel using Promise.all(), allowing the browser to fetch multiple files concurrently.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions