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

Sort for compression #33

Merged
merged 5 commits into from
Jun 29, 2019
Merged

Sort for compression #33

merged 5 commits into from
Jun 29, 2019

Commits on Jun 29, 2019

  1. update travis

    isaacs committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    ed9364e View commit details
    Browse the repository at this point in the history
  2. update tap

    isaacs committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    4294bf9 View commit details
    Browse the repository at this point in the history
  3. Sort by type for compression benefits

    Gzip is best optimized when files containing similar contents are nearby
    one another in the string of bytes being compressed.
    
    Sort by extname, then basename, then alphabetically, to increase the
    likelihood of similar files being found nearby one another in the
    resulting tarball archive.
    
    Fix #30
    isaacs committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    63d1e3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3acef6 View commit details
    Browse the repository at this point in the history
  5. 1.4.4

    isaacs committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    270f534 View commit details
    Browse the repository at this point in the history