-
Notifications
You must be signed in to change notification settings - Fork 278
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
Put examples in another repo #88
Comments
Maybe the corpus should be removed, but I think the code in the examples are quite usefull. |
Removing them from the repo will only shrink the download size if we rewrote history. |
True, but I think it will be worth it. Currently the full repo is about 300 MB on disk for me which seems rather big. Remove the examples and the complete git history it's only 1.2 MB. |
Indeed. It looks like the majority of on-disk space is taken up because the corpus files are small, but still take up an entire disk block.
|
sparseness more apparent this way
But it was originally the transfer size I am concerned with, which is in the order of 22-24MB. https://api.github.com/repos/dvyukov/go-fuzz |
Will be obsoleted by #154 |
@dvyukov This is done too. |
The go-fuzz repository is abnormally large, and takes some time to fetch on poor connections. Perhaps you could move the non-essential assets to another repository?
The text was updated successfully, but these errors were encountered: