Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Try optimize ZIP download #163

Closed
KirillovDenis opened this issue Jun 9, 2022 · 0 comments · Fixed by #164
Closed

Try optimize ZIP download #163

KirillovDenis opened this issue Jun 9, 2022 · 0 comments · Fixed by #164
Assignees
Milestone

Comments

@KirillovDenis
Copy link
Contributor

KirillovDenis commented Jun 9, 2022

Consider using https://pkg.go.dev/archive/[email protected]#Writer.CreateRaw instead of https://pkg.go.dev/archive/[email protected]#Writer.CreateHeader to improve performance. We can use it when we don't want compression.
Also think about increasing the buffer (currently its size is 1024)

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

Successfully merging a pull request may close this issue.

2 participants