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

MRF: Use ZSTD streaming API for compression #9230

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

lucianpls
Copy link
Contributor

@lucianpls lucianpls commented Feb 13, 2024

Better and faster in most cases

What does this PR do?

Change from the ZSTD simple API to the ZSTD streaming API for compression.
See discussion at facebook/zstd#3729

What are related issues/pull requests?

Tasklist

  • ADD YOUR TASKS HERE
  • Make sure code is correctly formatted (cf pre-commit configuration)
  • Add test case(s)
  • Add documentation
  • Updated Python API documentation (swig/include/python/docs/)
  • Review
  • Adjust for comments
  • All CI builds and checks have passed

Environment

Provide environment details, if relevant:

  • OS:
  • Compiler:

Better and faster in most cases
@coveralls
Copy link
Collaborator

Coverage Status

coverage: 68.8% (+0.002%) from 68.798%
when pulling 8e5af02 on lucianpls:MRF-ZSTD-streaming-API
into d7aed6e on OSGeo:master.

@lucianpls lucianpls merged commit b63f9ad into OSGeo:master Feb 17, 2024
32 checks passed
@lucianpls lucianpls deleted the MRF-ZSTD-streaming-API branch September 12, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants