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

Tweaks to gcz compression / decompression #1597

Merged
merged 4 commits into from
Dec 1, 2014

Commits on Nov 27, 2014

  1. Configuration menu
    Copy the full SHA
    f2f83a0 View commit details
    Browse the repository at this point in the history
  2. DiscIO: Decompress to file using a larger buffer.

    This improves performance by around 20% for me, and the memory use impact
    is negligible considering Dolphin is otherwise unusable.
    unknownbrackets committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    2635e7d View commit details
    Browse the repository at this point in the history
  3. DiscIO: Avoid zeroing buffer when compressing gcz.

    This saves 6% time.
    unknownbrackets committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    f54bf81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    815b7be View commit details
    Browse the repository at this point in the history