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

Switch MapBlock compression to zstd #10788

Merged
merged 20 commits into from
Sep 1, 2021
Merged

Switch MapBlock compression to zstd #10788

merged 20 commits into from
Sep 1, 2021

Commits on Aug 28, 2021

  1. Add zstd support.

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    97982c7 View commit details
    Browse the repository at this point in the history
  2. Compress entire mapblock

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    f6186e4 View commit details
    Browse the repository at this point in the history
  3. Fix Windows build.

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    2170e13 View commit details
    Browse the repository at this point in the history
  4. Docker fix

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    d244a46 View commit details
    Browse the repository at this point in the history
  5. buildwin fixes

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    25c831c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2861bb3 View commit details
    Browse the repository at this point in the history
  7. Android fix

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    be33e08 View commit details
    Browse the repository at this point in the history
  8. Recompress/Decompresstimes

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    9ad130d View commit details
    Browse the repository at this point in the history
  9. Address review comments

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    2b16f09 View commit details
    Browse the repository at this point in the history
  10. Write length of metadata

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    73108c4 View commit details
    Browse the repository at this point in the history
  11. Fix world format doc

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    21e369d View commit details
    Browse the repository at this point in the history
  12. remove benchmarking code

    lhofhansl committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    deb99f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    3c62a3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24031a5 View commit details
    Browse the repository at this point in the history
  3. (hopefully) fix MacOS build

    lhofhansl committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    141d053 View commit details
    Browse the repository at this point in the history
  4. Remove last benchmark code

    lhofhansl committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    fc1348e View commit details
    Browse the repository at this point in the history
  5. update world_format.txt

    lhofhansl committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    5bee89d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. move meta back

    sfan5 committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    21a94e3 View commit details
    Browse the repository at this point in the history
  2. apply other suggestions

    sfan5 committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3e2e347 View commit details
    Browse the repository at this point in the history
  3. minor things

    sfan5 committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e4ff440 View commit details
    Browse the repository at this point in the history