vowpal_wabbit icon indicating copy to clipboard operation
vowpal_wabbit copied to clipboard

Address repo size

Open jackgerrits opened this issue 5 years ago • 1 comments

A fresh clone of the repo is currently ~170MiB, and the test dir is ~17MiB. The .git folder is ~128MiB. So there's some decently large files spread through the git history.

One approach I've seen used elsewhere is to place datasets into an archive that is uploaded to blob storage. The repo can then download and uncompress the artifact if they are needed for testing, with the added benefit that if you don't need to test the code you can avoid that cose.

jackgerrits avatar Sep 02 '20 13:09 jackgerrits

https://stackoverflow.com/a/685422

jackgerrits avatar Mar 18 '21 13:03 jackgerrits