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

avoid uncompressed duplicates in testdata to make module smaller #202

Open
mvdan opened this issue Dec 2, 2022 · 0 comments
Open

avoid uncompressed duplicates in testdata to make module smaller #202

mvdan opened this issue Dec 2, 2022 · 0 comments

Comments

@mvdan
Copy link

mvdan commented Dec 2, 2022

I was investigating what the largest dependencies were in a project by measuring how large the module zips were, and yours stood out at about thirty megabytes. This isn't terrible per se, but it's still surprisingly large, and still slows down some builds depending on the internet speed.

I see that the testdata directory contains some files in both the compressed and uncompressed forms. Have you thought about only keeping the compressed forms?

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

No branches or pull requests

1 participant