Giter Club home page Giter Club logo

Comments (7)

Thomasdezeeuw avatar Thomasdezeeuw commented on August 26, 2024

Maybe the corpus should be removed, but I think the code in the examples are quite usefull.

from go-fuzz.

dgryski avatar dgryski commented on August 26, 2024

Removing them from the repo will only shrink the download size if we rewrote history.

from go-fuzz.

Thomasdezeeuw avatar Thomasdezeeuw commented on August 26, 2024

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.

from go-fuzz.

dgryski avatar dgryski commented on August 26, 2024

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.

<dgryski@kaepora[go-fuzz] \ʕ◔ϖ◔ʔ/ > du -sh .
749M    .
<dgryski@kaepora[go-fuzz] \ʕ◔ϖ◔ʔ/ > git rm -q -r examples
<dgryski@kaepora[go-fuzz] \ʕ◔ϖ◔ʔ/ > git commit -q -m "examples: delete"
<dgryski@kaepora[go-fuzz] \ʕ◔ϖ◔ʔ/ > du -sh .
31M .


from go-fuzz.

anacrolix avatar anacrolix commented on August 26, 2024

sparseness more apparent this way

gopath/src/github.com/dvyukov/go-fuzz$ gdu --apparent-size -sh .
73M .
gopath/src/github.com/dvyukov/go-fuzz$ gdu -sh .
287M    .

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

from go-fuzz.

dgryski avatar dgryski commented on August 26, 2024

Will be obsoleted by #154

from go-fuzz.

AlekSi avatar AlekSi commented on August 26, 2024

@dvyukov This is done too.

from go-fuzz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.